DBA Data[Home] [Help]

APPS.INV_TRX_RELIEF_C_PVT dependencies on OE_ORDER_LINES_ALL

Line 77: from oe_order_lines_all

73: SELECT 1 FROM dual WHERE exists (SELECT NULL FROM mrp_parameters);
74:
75: CURSOR l_oe_cur IS
76: select to_char(line_number), demand_class_code
77: from oe_order_lines_all
78: where line_id = p_dsrc_line;
79:
80: /* CURSOR l_rsv_cur2 IS
81: SELECT

Line 924: from oe_order_lines_all

920: SELECT 1 FROM dual WHERE exists (SELECT NULL FROM mrp_parameters);
921:
922: CURSOR l_oe_cur IS
923: select to_char(line_number), demand_class_code
924: from oe_order_lines_all
925: where line_id = p_dsrc_line;
926:
927: -- INVCONV BEGIN
928: CURSOR l_tracking_qty_cur IS