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 |
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
Give a brief overview on OrderManagement.
what is the difference between oracle applications ebs 11.5.9 and 11.5.10.2 and can anyone suggest the release dates of the versions
In a table their 20 records.I had update 6 records???How can see and retrieve particular 6 records.i.e.,Latest updated.
10 Answers HCL, TCS,
What do you understand by soa and what are the benefits of using this architecture?
what is difference between procedure and function
How to create multi-layout reports ? If we have 5 layouts , then how to get into the 4th one ?
Difference between Bind and Lexical parameters?
How do you register report in oracle apps?
testing tools?
0 Answers BirlaSoft, Convergys,
What is the result of this query ? SELECT * FROM EMP WHERE ROWNUM = 1
in reports token is casesensitive or not?