12 Oct 09 Watch Live Oracle OpenWorld & Oracle Develop 2009

Watch the best of live programming from Oracle OpenWorld, including major keynotes, Q&A with OTN Heavy Hitters, special editions of TechCast, technical keynotes and sessions and more.
Live programming
Sunday 10/11: 12:30 p.m. – 7:00 p.m. PT
Monday 10/12, Tuesday 10/13, Wednesday 10/15: 8:00 a.m. – 5:00 p.m. PT
Replay programming
Monday 10/12, Tuesday 10/13, Wednesday 10/15: 5:00 p.m. – [...]

Read More.... Comments

06 Oct 09 How to: Handle Fixed Row With Text Wrapping in BI Desktop Publisher

After seeing Tim Dixter post about fixed line and row filler I decided to post about the handling string wrapping in the template.
Here is the invoice template screens hot,

Ok let me start explaining how I handle the string wrapping. Before that let me let me tell you the requirement.
1. Need to display fixed lines.
2. If [...]

Read More.... Comments

05 Oct 09 API to insert GL Code Combination

I had seen in many projects during the initial instance setup the functionals used to use the data loader to insert the GL code combinations. In fact if its just 1000 or 2000 records then it may be fine. But I had seen them using the data-loader to insert 70k – 200k records, which [...]

Read More.... Comments

05 Oct 09 Getting the application URL

In some cases you might be having the access to the application database but not the URL to access the application. If you had come across any of this situation then no worries here is a tableICX_PARAMETERS which gives you the information of the application URL. But keep in mind you need the username and [...]

Read More.... Comments

15 Sep 09 Oracle EBS: Submitting Request Set from PL/SQL

We had seen lot of occassions to submit a concurrent program from pl/sql program using FND_REQUEST.SUBMIT_REQUEST. But how many of us had really came accross real scenario where you need to submit a request set.
I had done this 5 years ago in one my project. Recently I had again came across a situvation where I [...]

Read More.... Comments

08 Aug 09 Check Amount not printing the Units and Subunits

Some of you must have noticed the check amount that is getting printing words may not be printing the units and subunits of the amount.
For example, if you have the check currency code in USD, then the amount in words will be printing some thing like “One Thousand Four Hundred Twenty-Two Dollars And Eighty-Two Cents*****“
but if [...]

Read More.... Comments

08 Aug 09 How to find all the menus to which a function is attached?

I was wondering how to find the list of menus to which a function is attached in the oracle application. Everybody will think of writing a SQL query to find it. Even I did the same before knowing about Functional Administrator responsibility. Thanks to my colleague and good friend Vivek Srinivasan who told me about this responsibility.
In this [...]

Read More.... Comments

08 Sep 08 Disabling the preference menu from SSA page

Today I remembered one my task which I had done few days ago. The actual given to me is to disable the Preferences menu option from few responsibilities which is actually a Self Service Application page. So as-usual I started searched metalink and google and found three solutions for this. Let me list all the three type of solutions [...]

Read More.... Comments

08 Aug 08 Useful Sysadmin SQL statements

As I mentioned in my last post, here in this post I would like to share some SQL queries which will/might be useful for the sysadmins.
1. SQL Statement to find the list of responsibilities, which got the access to a particular function.

SELECT *
FROM fnd_responsibility_vl
WHERE menu_id IN
(SELECT menu_id
FROM fnd_menus_vl
WHERE menu_id IN
(SELECT menu_id
FROM fnd_menu_entries_vl START
WITH function_id =
(SELECT [...]

Read More.... Comments

09 Jul 08 XSL function to convert number to word

For long time we have been searching for one function which can be used to convert the number into words. You all might know why this function is mandatory.
Yes this helps a lot when you are doing a check print report. Lot of them posted questions on oracle forum. The great Gareth, gave a suggestion to [...]

Read More.... Comments
msgbartop
© oOrch Blog / Design: alman and Ericulous
msgbarbottom