Steps to run a concurrent program
from Database Trigger
1. result := FND_REQUEST.SET_MODE(TRUE); ( Require from
DB trigger )
2. result := FND_REQUEST.SET_OPTIONS('NO'); (Optional)
3. result := FND_REQUEST.SET_PRINT_OPTIONS('printer_name',null,no_copies,TRUE,'N');
(optional)
4. FND_PROFILE.PUT('RESP_ID',v_resp_id); ( Required)
5. FND_PROFILE.PUT('RESP_APPL_ID',v_appl_id); (Required)
6. FND_PROFILE.PUT('USER_ID,user_id) ; ( Required)
7. FND_REQUEST.SUBMIT_REQUEST ('Appl_name'......); ( Required)
Query only GUI Forms
To make a form query only register do the following :
- Register the form.
- Register the form function and set the parameter QUERY_ONLY="YES".
- Add that form function to a custom menu.
- Associate the custom menu to a custom responsibility.
Have a Oracle Question
Do
you have an Oracle Question?
Oracle Books
Oracle Certification,
Database Administration, SQL, Application, Programming Reference Books
Oracle Application
Oracle
Application Hints and Tips
Oracle Home
Oracle
Database, SQL, Application, Programming Tips
All the site contents are Copyright © www.erpgreat.com
and the content authors. All rights reserved.
All product names are trademarks of their respective
companies.
The site www.erpgreat.com is not affiliated with or endorsed
by any company listed at this site.
Every effort is made to ensure the content integrity.
Information used on this site is at your own risk.
The content on this site may not be reproduced
or redistributed without the express written permission of
www.erpgreat.com or the content authors.
|