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 |
There are Two pl/sql Libraries Lib1,Lib2 are attached to a form and these two libraries contains functions with same name fun1 (i,e lib1 have a function fun1 and lib2 also have a function fun1).how to call these functios from forms?
What are the differrent types of windows?
How many types of trigger can be used in a table at a time ?
from where do u receive the information to develop report
i don't want to give the path of .Dat file in .Ctl file dynamically i want to give how
When does an on-lock trigger fire ?
What is the usage of frame ?
What do you mean by a pop-up window ?
Can a sigle canvas be used by different blocks ?
What is the use of place holder column?
How can a square be drawn in the layout editor of the report writer?
what is the source file of po report?