DBA Data[Home] [Help]

APPS.INV_LABEL_PVT1 dependencies on MTL_TXN_REQUEST_LINES

Line 214: -- 3 means Mtl_txn_request_lines is the driving table

210: -- Added l_transaction_identifier, for flow
211: -- Depending on when it is called, the driving table might be different
212: -- 1 means MMTT is the driving table
213: -- 2 means MTI is the driving table
214: -- 3 means Mtl_txn_request_lines is the driving table
215:
216: l_transaction_identifier NUMBER := 0;
217: l_receipt_number VARCHAR2(30);
218: -- Added for Bug 2748297

Line 1634: FROM mtl_txn_request_lines mtrl

1630: , mtrl.uom_code uom
1631: , mtrl.revision revision
1632: , mtrl.from_subinventory_code
1633: , mtrl.from_locator_id
1634: FROM mtl_txn_request_lines mtrl
1635: WHERE mtrl.line_id = p_transaction_id;
1636:
1637: -- End of Flow csr
1638: