DBA Data[Home] [Help]

APPS.OE_ITORD_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 1082: from oe_order_headers_all

1078: begin
1079: IF NOT OE_GLOBALS.Equal( p_header_id , G_HEADER_ID ) then
1080: select order_type_id
1081: into l_order_type_id
1082: from oe_order_headers_all
1083: where header_id = p_header_id;
1084:
1085: G_HEADER_ID := p_header_id;
1086: G_TRX_TYPE_ID := l_order_type_id;

Line 1110: from oe_order_headers_all

1106:
1107: IF NOT OE_GLOBALS.Equal( p_header_id , G_HDR_ID ) then
1108: select sales_channel_code
1109: into l_sales_channel_code
1110: from oe_order_headers_all
1111: where header_id = p_header_id;
1112:
1113: G_HDR_ID := p_header_id;
1114: G_SC_CODE := l_sales_channel_code;