DBA Data[Home] [Help]

APPS.OE_BULK_LINE_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 4894: FROM OE_ORDER_HEADERS_ALL

4890: sales_channel_code --ER# 12571983
4891: INTO l_header_rec_for_hold.order_type_id,
4892: l_header_rec_for_hold.transactional_curr_code, --ER# 12571983
4893: l_header_rec_for_hold.sales_channel_code --ER# 12571983
4894: FROM OE_ORDER_HEADERS_ALL
4895: WHERE header_id=p_line_rec.header_id(l_index);
4896: EXCEPTION
4897: WHEN OTHERS THEN
4898: l_header_rec_for_hold.order_type_id := NULL;