Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Quick Sales Order with FND_FUNCTION.Execute

639339Dec 16 2010 — edited Dec 16 2010
Question is related to Oracle Apps OM

I have a button which should open the Quick Sales Order form when clicked

The Quick Sales Order Form looks corrupted, like all the texboxes are is jumbled the Main Tabs "Main and Others" are not visible on the Header part
and even the tabs on Line Detail level are not visible.

I used the following to open the quick Sales Order form

fnd_function.EXECUTE (function_name => 'ONT_OEXOETEL'
,open_flag => 'Y'
,session_flag => 'Y'
,other_params => 'HEADER_ID='
|| lv_header_id);

Every other Form like Order Summary or Sales Order Form open Correctly . only the Quick sales order is causing the problem.

Should I set some window properties or anything like that ?

Please let me know
Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 13 2011
Added on Dec 16 2010
1 comment
342 views