DBA Data[Home] [Help]

APPS.GMF_BATCH_VALIDATIONS dependencies on GME_RESOURCE_TXNS

Line 52: FROM gme_batch_header h, gme_resource_txns rt

48: AND h.batch_id = t.transaction_source_id
49: AND t.transaction_source_type_id = 5
50: UNION
51: SELECT rt.trans_date
52: FROM gme_batch_header h, gme_resource_txns rt
53: WHERE h.batch_id = p_batch_id
54: AND h.batch_id = rt.doc_id
55: AND rt.completed_ind = 1
56: AND rt.doc_type = 'PROD') txn;