[Home] [Help]
217: -- Added l_transaction_identifier, for flow
218: -- Depending on when it is called, the driving table might be different
219: -- 1 means MMTT is the driving table
220: -- 2 means MTI is the driving table
221: -- 3 means Mtl_txn_request_lines is the driving table
222:
223: l_transaction_identifier NUMBER := 0;
224: l_receipt_number VARCHAR2(30);
225: -- Added for Bug 2748297
1678: , mtrl.uom_code uom
1679: , mtrl.revision revision
1680: , mtrl.from_subinventory_code
1681: , mtrl.from_locator_id
1682: FROM mtl_txn_request_lines mtrl
1683: WHERE mtrl.line_id = p_transaction_id;
1684:
1685: -- End of Flow csr
1686: