DBA Data[Home] [Help]

APPS.INV_TXN_MANAGER_GRP dependencies on GME_TRANSACTION_PAIRS

Line 1546: FROM gme_transaction_pairs gtp, MTL_TRANSACTIONS_INTERFACE mti

1542: AND inventory_item_id = item_id;
1543:
1544: CURSOR check_gme_reversal IS
1545: SELECT count(1)
1546: FROM gme_transaction_pairs gtp, MTL_TRANSACTIONS_INTERFACE mti
1547: WHERE mti.rowid = p_rowid
1548: AND gtp.batch_id = mti.transaction_source_id
1549: AND gtp.material_detail_id = mti.trx_source_line_id
1550: AND transaction_id1 = mti.source_line_id