DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on OE_ORDER_LINES_ALL

Line 6611: oel oe_order_lines_all%ROWTYPE;

6607:
6608: PROCEDURE default_rti_from_oel(
6609: rti IN OUT NOCOPY rcv_transactions_interface%ROWTYPE
6610: ) IS
6611: oel oe_order_lines_all%ROWTYPE;
6612: BEGIN
6613: IF (rti.oe_order_line_id IS NOT NULL) THEN
6614: oel := rcv_table_functions.get_oel_row_from_id(rti.oe_order_line_id);
6615: END IF;