DBA Data[Home] [Help]

APPS.GMI_MOVE_ORDER_LINES_PUB dependencies on OE_ORDER_LINES_ALL

Line 68: ,oe_order_lines_all l

64:
65: CURSOR get_sales_order (V_line_id NUMBER) IS
66: select h.order_number
67: from oe_order_headers_all h
68: ,oe_order_lines_all l
69: where l.header_id = h.header_id
70: and l.line_id = V_line_id;
71: l_source_line_id NUMBER;
72: l_error_code NUMBER;