userexits [message #233288] |
Wed, 25 April 2007 09:35 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
preetinair
Messages: 10 Registered: November 2006
|
Junior Member |
|
|
hi,
this is preeti, I ahve a doubt regarding use of userexits in oracle apps .where do we use fnd_srwinit,fnd_srwexit. what type of code we write in it.
|
|
|
Re: userexits [message #233294 is a reply to message #233288] |
Wed, 25 April 2007 09:55 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
prashant_pathak
Messages: 263 Registered: February 2006 Location: California,US
|
Senior Member |
|
|
This is from Developer Guide
FND SRWINIT sets your profile option values and allows Oracle
Application Object Library user exits to detect that they have been
called by an Oracle Reports program. FND SRWINIT also allows your
report to use the correct organization automatically. FND SRWEXIT
ensures that all the memory allocated for Oracle Application Object
Library user exits has been freed up properly.
|
|
|