DBA Data[Home] [Help]

APPS.GME_TRANSACTIONS_PVT dependencies on GME_ERES_GTMP

Line 2999: from GME_ERES_GTMP

2995: v_transaction_source_id IN NUMBER
2996: ,v_trx_source_line_id IN NUMBER)
2997: IS
2998: select count(1)
2999: from GME_ERES_GTMP
3000: where event_name = 'oracle.apps.gme.batchmtl.removed'
3001: and event_key = v_transaction_source_id||'-'||v_trx_source_line_id;
3002:
3003: x_msg_count NUMBER;