
- Forum
- ERP
- Oracle Apps
- User_exit how to use?
User_exit how to use?
This is a discussion on User_exit how to use? within the Oracle Apps forums, part of the ERP category; Does any one know how to use User_exit() in develop Oracle Form in Oracle E-Bussiness 11i. I know some function ...
-
12-21-2006, 09:36 PM #1
User_exit how to use?
Does any one know how to use User_exit() in develop Oracle Form in Oracle E-Bussiness 11i. I know some function like chose_org() uses user_exit() but I don't how to write my own user_exit()?
Please help me.
-
Hope you are asking for the syntax
To call the user exit from a Oracle Forms trigger, use the syntax
<user_exit>('CONCAT <field1>, <field2>, ..., <result_field>');
If you need any more help let me know and I would answer that.
-
12-25-2006, 01:50 AM #3
Hi!
I want to use user_exit in Oracle Application Form like user_exit('FND ORG') but I don't know where to begin and how is work?
There is a article about Creating User Exits in Forms 6i on Unix in metalink but we
can't use this method in customize Oracle Application Form.
If you have information about the step to write and use user_exit() in developing Oracle Application Form please help me!
Thanks in advance.
-
Sponsored Ads

Reply With Quote





