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 |
In interface process we have 1000 records i want to commit every 100 records how? How i can commit every 100 records?
how to debug the report?
2 Answers IBM, Qualcomm, Sierra Atlantica,
What multi org tables . example - difference between app table non all table . Po_header and po_headers_all
Need Training & Internship with guaranteed Job in ERP - Oracle Apps Tech?
In 11i we didn't have AP_Invoice_Lines Table, but in R12 this table is available, what is reason, advantage?
Can we customize a form with out template.fmb
explain o2c cycle? what are the table reflected for this process?
In hierarchical structure of a database? we have write query from where we should start?
What are profile options?
Hi All, I have one year experience in Oracle Apps.I want to know that what is value of oracle Apps in market?..I have doubt,here I need to learn Oracle Apps more..because I know the opportunities in market ... otherwise need to learn other technologies ?..... And In Oracle Apps ,which is impotant Functional or technical knowledge ?
How to know the number of invoices generated for one PO from front end (navigation)?
difference b/w procedures&functions