what is user exit and wat program do we write in user exit?
Answers were Sorted based on User's Feedback
Answer / manohar
User Exits are used to pass control from report builder to
outside program.
Basically if we want to create any flex field reports.
we need to get the structure and code combination and
description of flexfileds at that time we use userexits.
srw.flex_sql,flexid_val,srw.init etc..
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / santhi
User exit is a facility in oracle reports. It is used to move control from reports to 3GL and get some data, after that it will move control back to oracle reports.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ram chaturvedi
User exit is a program to pass control from Report Builder
to a program you have written, which performs some
function, and then returns controlto Report Builder.
We can write UE in before report trigger to populate
the value.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / tuhin
User exit is a oracle inbuilt package, for multi org environments it is automatically set the user profile option.
SRW.USER_EXIT('FND SRWINIT') is mainly written in Before Report in 11i and After Parameter Form for R12.
SRW.USER_EXIT('FND SRWEXIT') is written in After Report. It is freed up all the memory allocation while running the particular report.
| Is This Answer Correct ? | 0 Yes | 0 No |
oracle apps architecture
In Per_all_people_f table what is the significance of '_f ' ?
What is template?
HOW CAN U KNOW THE STAUS OF PO?
where the accounting related data is stored ?
While registering the concurrent program we first do the executable concurrent program and then define it . So why we need to give the application name twice in executable and as well as definitions
Is that Possible To create package without Specification , If Yes Give any Examples
Is it is necessary to create P_CONC_REQUEST_ID parameter in the development of oracle apps reports
which API to return the parameters & valuesets etc
what is the difference between multiorg views and multiorg tables
2 Answers Immense Source, Intelligroup, TCS,
Hi Experts How to Create a purchase order without a requisition ?
6 Answers Amdocs, KPMG, Oracle,
How You Will display the key flexifields in your report