GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle Apps  >  Apps Technical

 Print  |  
Question:  Manadatory User Exits in Oracle Apps Reports

Answer: What are the manadatory user exits in Oracle Apps Reports?


April 04, 2008 09:09:22 #1
 harishkrishnagowda   Member Since: April 2008    Total Comments: 3 

RE: Manadatory User Exits in Oracle Apps Reports
 
There are no madatory User exits in Oracle application Reports.
But for to use multiorg tables better we use Exits
SRW.USER_EXIT( 'FND SRWINIT') use this before report form which will initate all profile values in report
srw.user_exit( 'FND SRWEXIT' ) use this after report form
     

 

Back To Question