DBA Data[Home] [Help]

APPS.OE_COMMITMENT_PVT dependencies on OE_ORDER_LINES

Line 365: FROM oe_order_lines_all l

361: ,l_tax_value
362: -- QUOTING change
363: ,l_transaction_phase_code
364: ,l_split_by
365: FROM oe_order_lines_all l
366: WHERE l.line_id = l_line_id;
367:
368: EXCEPTION
369: WHEN NO_DATA_FOUND THEN

Line 806: FROM oe_order_lines_all

802:
803: CURSOR l_split_lines_cur IS
804: SELECT line_id,commitment_id,header_id,
805: ordered_quantity,unit_selling_price,tax_value
806: FROM oe_order_lines_all
807: WHERE header_id = l_header_id
808: AND split_from_line_id = p_line_id;
809:
810: --

Line 832: FROM oe_order_lines l

828: ,l_split_by
829: ,l_split_from_line_id
830: -- QUOTING change
831: ,l_transaction_phase_code
832: FROM oe_order_lines l
833: WHERE l.line_id = p_line_id;
834:
835: EXCEPTION
836: WHEN NO_DATA_FOUND THEN