What is an User_exit?
Answers were Sorted based on User's Feedback
Answer / chaudhry
Calls the user exit named in the user_exit_string. Invokes
a 3Gl programe by name which has been properly linked
into your current oracle forms executable.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / 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 |
What ERASE package procedure does ?
if u have one group can u create another from that
what is the difference between oracle reports 6i and oracle reports 10g? give atleast 10 differences? (plz give the answer vvvvvvvvvvv.urgent)
What is strip sources generate options?
Deleting a page removes information about all the fields in that page ?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
What SYNCHRONIZE procedure does ?
what is a display item?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement
What is a Navigable item?
Suppose I want to fire block level sequence before form level, then is it possible?
What are the different styles of actvation of ole Objects?