Validating ORG_ID [message #237421] |
Mon, 14 May 2007 07:52 |
kuda.oracleapps@gmail.com
Messages: 10 Registered: May 2007
|
Junior Member |
|
|
I am trying to validate the org_id within a receipts conversion using autolockbox. Can anyone tell me how to do this. Also I would like to know the function of the following statementment:
"FND_PROFILE.GET".
|
|
|
Re: Validating ORG_ID [message #237750 is a reply to message #237421] |
Tue, 15 May 2007 10:16 |
mailatgks
Messages: 19 Registered: February 2007 Location: India
|
Junior Member |
|
|
Hi actually FND_PROFILE is used to get the user profile values for the current run-time environment and to Set user profile values for the current run-time environment, in this the FND_PROFILE.GET(package.procedure) is used to retrieve the current profile option value
ex:FND_Profile.Get(‘PROFILENAME’, cValue);
Prfile_name,current value
|
|
|