DBA Data[Home] [Help]

APPS.WSH_USA_ACTIONS_PVT dependencies on OE_GLOBALS

Line 2874: l_control_rec OE_GLOBALS.control_rec_type;

2870: l_intmed_ship_to_location_id1 number;
2871: l_location_status varchar2(30);
2872: l_line_rec OE_ORDER_PUB.line_rec_type;
2873: l_line_tbl OE_ORDER_PUB.Line_Tbl_Type;
2874: l_control_rec OE_GLOBALS.control_rec_type;
2875: l_header_out_rec OE_ORDER_PUB.Header_Rec_Type;
2876: l_line_out_tbl OE_ORDER_PUB.Line_Tbl_Type;
2877: l_line_adj_out_tbl oe_order_pub.line_Adj_Tbl_Type;
2878: l_header_adj_out_tbl OE_Order_PUB.Header_Adj_Tbl_Type;

Line 3737: oe_globals.set_context;

3733:
3734:
3735: MO_GLOBAL.set_policy_context('S', ln_rec_info.org_id);
3736:
3737: oe_globals.set_context;
3738: /* Replace process order with update_shipping_interface API for better
3739: performance
3740: */
3741: IF l_debug_on THEN