DBA Data[Home] [Help]

APPS.OE_FREIGHT_CHOICES_PVT dependencies on OE_ORDER_HEADERS_ALL

Line 168: FROM oe_order_headers_all

164: -- transactional curr code is also selected
165: BEGIN
166: SELECT open_flag,order_category_code,transactional_curr_code,conversion_type_code
167: INTO l_open_flag,l_order_category_code,l_transactional_curr_code,l_conversion_type_code
168: FROM oe_order_headers_all
169: WHERE header_id = p_header_id;
170: EXCEPTION
171: WHEN NO_DATA_FOUND THEN
172: IF l_debug_level > 0 THEN