DBA Data[Home] [Help]

APPS.GML_OPM_ROI_GRP dependencies on OE_ORDER_LINES_ALL

Line 1111: from oe_order_lines_all

1107: From oe_lot_serial_numbers
1108: Where (line_id = p_oe_line_id
1109: or line_set_id =
1110: (select line_set_id
1111: from oe_order_lines_all
1112: where line_id = p_oe_line_id
1113: and header_id = p_oe_header_id)
1114: );
1115:

Line 1162: FROM oe_order_lines_all

1158:
1159: -- check whether lot specified by user is existing in the Sales Order Line.
1160:
1161: SELECT line_set_id INTO x_line_set_id
1162: FROM oe_order_lines_all
1163: WHERE header_id = p_oe_order_header_id
1164: AND line_id = p_oe_order_line_id ;
1165:
1166: IF l_inv_debug = 1 THEN