DBA Data[Home] [Help]

APPS.ARP_TRX_LINE_UTIL dependencies on OE_ORDER_LINES

Line 537: FROM oe_order_lines

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