DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on OE_GLOBALS

Line 3186: l_control_rec OE_GLOBALS.control_rec_type;

3182: l_intmed_ship_to_location_id1 number;
3183: l_location_status varchar2(30);
3184: l_line_rec OE_ORDER_PUB.line_rec_type;
3185: l_line_tbl OE_ORDER_PUB.Line_Tbl_Type;
3186: l_control_rec OE_GLOBALS.control_rec_type;
3187: l_header_out_rec OE_ORDER_PUB.Header_Rec_Type;
3188: l_line_out_tbl OE_ORDER_PUB.Line_Tbl_Type;
3189: l_line_adj_out_tbl oe_order_pub.line_Adj_Tbl_Type;
3190: l_header_adj_out_tbl OE_Order_PUB.Header_Adj_Tbl_Type;

Line 4053: oe_globals.set_context;

4049:
4050:
4051: MO_GLOBAL.set_policy_context('S', ln_rec_info.org_id);
4052:
4053: oe_globals.set_context;
4054: /* Replace process order with update_shipping_interface API for better
4055: performance
4056: */
4057: IF l_debug_on THEN