DBA Data[Home] [Help]

APPS.INV_PROJECT dependencies on MTL_TRANSACTIONS_INTERFACE

Line 337: FROM mtl_transactions_interface

333:
334: BEGIN
335: SELECT COUNT(transaction_interface_id)
336: INTO trx_found
337: FROM mtl_transactions_interface
338: WHERE organization_id = org_id
339: AND subinventory_code = NVL(sub_code, subinventory_code)
340: AND NVL(locator_id,-9999) = NVL(loc_id, NVL(locator_id,-9999)) ;
341: