DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on RCV_SHIPMENT_LINES

Line 4907: rsl rcv_shipment_lines%ROWTYPE;

4903:
4904: PROCEDURE default_rti_from_rsl(
4905: rti IN OUT NOCOPY rcv_transactions_interface%ROWTYPE
4906: ) IS
4907: rsl rcv_shipment_lines%ROWTYPE;
4908: /** Bug: 5502427
4909: * For Internal Orders, oe_order_line_id is getting stamped in RTI
4910: * by the cursor get_oe_order_line_id_from_mmt. If oe_order_line_id is
4911: * stamped, defaulting will be done based on the Sales Order for Internal orders.

Line 4917: p_mmt_transaction_id IN rcv_shipment_lines.mmt_transaction_id%TYPE

4913: * So, commenting the logic of defaulting oe_order_line_id using the
4914: * cursor get_oe_order_line_id_from_mmt
4915: */
4916: /* CURSOR get_oe_order_line_id_from_mmt(
4917: p_mmt_transaction_id IN rcv_shipment_lines.mmt_transaction_id%TYPE
4918: ) IS
4919: SELECT source_line_id
4920: FROM mtl_material_transactions
4921: WHERE source_code = 'ORDER ENTRY'