DBA Data[Home] [Help]

APPS.OE_ITORD_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 1113: from oe_order_headers_all

1109: begin
1110: IF NOT OE_GLOBALS.Equal( p_header_id , G_HEADER_ID ) then
1111: select order_type_id
1112: into l_order_type_id
1113: from oe_order_headers_all
1114: where header_id = p_header_id;
1115:
1116: G_HEADER_ID := p_header_id;
1117: G_TRX_TYPE_ID := l_order_type_id;

Line 1141: from oe_order_headers_all

1137:
1138: IF NOT OE_GLOBALS.Equal( p_header_id , G_HDR_ID ) then
1139: select sales_channel_code
1140: into l_sales_channel_code
1141: from oe_order_headers_all
1142: where header_id = p_header_id;
1143:
1144: G_HDR_ID := p_header_id;
1145: G_SC_CODE := l_sales_channel_code;