DBA Data[Home] [Help]

APPS.INV_PROJECT dependencies on MTL_TRANSACTIONS_INTERFACE

Line 342: FROM mtl_transactions_interface

338:
339: BEGIN
340: SELECT COUNT(transaction_interface_id)
341: INTO trx_found
342: FROM mtl_transactions_interface
343: WHERE organization_id = org_id
344: AND subinventory_code = NVL(sub_code, subinventory_code)
345: AND NVL(locator_id,-9999) = NVL(loc_id, NVL(locator_id,-9999)) ;
346: