DBA Data[Home] [Help]

APPS.ARP_TRX_LINE_UTIL dependencies on OE_ORDER_LINES

Line 536: FROM oe_order_lines

532: SELECT
533: header_id
534: INTO
535: l_oe_header_id
536: FROM oe_order_lines
537: WHERE line_id = to_number(p_oe_line_id)
538: and rownum < 2;
539: END IF;
540: