Answer Posted / preeti
Types of user exits
FND SRWINIT sets your profile option values and allows
Oracle AOL user exits to detect that they have been called
by a Oracle Reports program.[Before Report trigger,
P_CONC_REQUEST_ID lexical parameter]
FND SRWEXIT ensures that all the memory allocated for
Oracle AOL user exits has been freed up properly. [After
Report trigger]
FND FORMAT_CURRENCY is used for MULTIPLE CURRNECY REPORTING
(MRC) [formula Column, P_MIN_PRECISION lexical parameter]
FND FLEXSQL this API is used for get
ELECT/WHERE/HAVING/ORDER BY/GROUP BY from flex field
tables.
FND FLEXIDVAL this API is used for get descriptions from
flexfields, gets input from FND FLEXSQL.
Call this user exit to populate fields for display. You
pass the key flexfields data retrieved by the query into
this exit from the formula column. With this exit you
display values,descriptions and prompts by passing
appropriate token (VALUE/DESCRIPTION/APROMPT/LPROMPT).
it will take inputs from columns of query , the columns are
defined by FND FLEXSQL.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
what is the difference between call_form, new_form and open_form?
what is oracle forms?
In what sequence do triggers get fired by oracle forms?
In workflow how can we send a notification to the Supplier giving the Corresponding report Details.
What is the difference between flex mode and confined mode?
Can we invoke one form from another in a multi-forms application?
HI Friends I m new dev(forms & report). can anyone tell me how we upload a document on form 11g.??
What is an SQL FORMS ?
Can you convert a bit-mapped report to ASCII (character-mode) Report ? How ?
Name the different triggers associated with oracle forms having a master-detail relationship.
How can we expand Parameter Form Canvas on Reports 6i?
What is an oracle report? List its various types.
what are bind variables?
In what situation u create the BPA.
In oracle forms report, what is the maximum length of record group column? What are the different types of record groups?