DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on OE_ORDER_LINES_ALL

Line 6573: oel oe_order_lines_all%ROWTYPE;

6569:
6570: PROCEDURE default_rti_from_oel(
6571: rti IN OUT NOCOPY rcv_transactions_interface%ROWTYPE
6572: ) IS
6573: oel oe_order_lines_all%ROWTYPE;
6574: BEGIN
6575: IF (rti.oe_order_line_id IS NOT NULL) THEN
6576: oel := rcv_table_functions.get_oel_row_from_id(rti.oe_order_line_id);
6577: END IF;