1) why we need to do Validations when the Standard Conc.
Prog or the API will do all the validations
2) How can we display more then 1 column data in a formula
column (Ex displaying Empno, Ename, sal data in one Formula
column)
3) is it possible to give 2 out paramaters in a function
Answer Posted / emmanuel
1) Std. C/P will not take care the Business and custom
Validations. So, we need do validations before inserting in
to Interface table.
2) As formula column is function. we can display only one
string. with concatenate we can display more that one
column data. But this will treat it as string.
3) Yes, with one return value, we can give OUT parameters
also
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Are you familiar with internet architecture of oracle apps 11i?
How do you register report in oracle apps?
What is count(*) from po_vendors(any table)?
List the various types of value set.
How to move the one file from one instance to another instance? And your scripts also?
What is oracle soa suite and what are its different components?
How is choreography different from orchestration?
how can i print random rows in plsql table
A program must be written which accepts date parameter. The date parameter will accept data in the format DD/MM/YYYY. This data has to be validated and post validation, the following details have to be displayed for this date parameter 1. Input date must be defaulted to sysdate, It can be overridden by any other date. 2. Financial year should be displayed for this date parameter. Eg: If the input date is 30/11/2010, the financial year must be displayed as 1. From Date : 01-Aprr-2010 To Date: 31-Mar-2011 3. Calendar year and Calendar month must also be displayed. 4. The next payment cycle (say for EB), must be displayed based on this date parameter. 5. The previous payment must also be displayed based on this date.
If we have a repeated record in a table. But the repeated record how i can transfer from table to nested table?
Do you know what are user profiles in apps. Any examples you can give?
where to define interorganization transaction charges and what are the different options?
Explain oracle apps architecture.
can we get profile values in report without using user exists is it possible how?
In oracle application how do you debug or trace errors?