DBA Data[Home] [Help]

APPS.RCV_DEFAULT_PKG dependencies on RCV_SHIPMENT_LINES

Line 4935: rsl rcv_shipment_lines%ROWTYPE;

4931:
4932: PROCEDURE default_rti_from_rsl(
4933: rti IN OUT NOCOPY rcv_transactions_interface%ROWTYPE
4934: ) IS
4935: rsl rcv_shipment_lines%ROWTYPE;
4936: /** Bug: 5502427
4937: * For Internal Orders, oe_order_line_id is getting stamped in RTI
4938: * by the cursor get_oe_order_line_id_from_mmt. If oe_order_line_id is
4939: * stamped, defaulting will be done based on the Sales Order for Internal orders.

Line 4945: p_mmt_transaction_id IN rcv_shipment_lines.mmt_transaction_id%TYPE

4941: * So, commenting the logic of defaulting oe_order_line_id using the
4942: * cursor get_oe_order_line_id_from_mmt
4943: */
4944: /* CURSOR get_oe_order_line_id_from_mmt(
4945: p_mmt_transaction_id IN rcv_shipment_lines.mmt_transaction_id%TYPE
4946: ) IS
4947: SELECT source_line_id
4948: FROM mtl_material_transactions
4949: WHERE source_code = 'ORDER ENTRY'