DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on GME_RESOURCE_TXNS_GTMP

Line 494: FROM gme_resource_txns_gtmp

490:
491: CURSOR cur_rsrc_txns (v_batch_id NUMBER)
492: IS
493: SELECT trans_date
494: FROM gme_resource_txns_gtmp
495: WHERE doc_type = 'PROD'
496: AND doc_id = v_batch_id
497: AND completed_ind = 1
498: AND delete_mark = 0