DBA Data[Home] [Help]

APPS.OE_CONFIG_PRICE_UTIL dependencies on OE_ORDER_HEADERS_ALL

Line 566: oe_order_headers_all h

562:
563: SELECT DISTINCT h.transactional_curr_code
564: INTO l_currency_code
565: FROM oe_order_lines_all l,
566: oe_order_headers_all h
567: WHERE h.header_id = l.header_id
568: AND l.line_id = l_top_model_line_id;
569:
570: IF l_debug_level > 0 THEN