DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on GME_ERES_GTMP

Line 3858: from GME_ERES_GTMP

3854: v_transaction_source_id IN NUMBER
3855: ,v_trx_source_line_id IN NUMBER)
3856: IS
3857: select count(1)
3858: from GME_ERES_GTMP
3859: where event_name = 'oracle.apps.gme.batchmtl.removed'
3860: and event_key = v_transaction_source_id||'-'||v_trx_source_line_id;
3861:
3862: x_msg_count NUMBER;