Order Management - EBS (MOSC)

MOSC Banner

ONT_header_Def_Hdlr.g_record.order_type_id is not populated in R12

edited Mar 13, 2013 8:46AM in Order Management - EBS (MOSC) 3 commentsAnswered
 Hi,
We are upgrading from 11i to R12. We have an Defaulting Rule for Order Management - Order Header to default the order type id and ship_to_orgid.   this rule calls a PL/SQL API determines the subinventory(custom package).  But it is not returning the subinventory. In that package we assigned the variables as below 


p_order_type_id     := ONT_header_Def_Hdlr.g_record.order_type_id;
p_inventory_item_id    := ONT_line_Def_Hdlr.g_record.inventory_item_id;
p_source_document_id := ONT_line_Def_Hdlr.g_record.source_document_id;

 As per my understanding the above variables which is not assigning the any values.

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center