DBA Data[Home] [Help]

APPS.GMF_BATCH_VALIDATIONS dependencies on MTL_MATERIAL_TRANSACTIONS

Line 45: FROM gme_batch_header h, mtl_material_transactions t

41:
42: CURSOR Min_max_trans_date IS
43: SELECT min(trans_date), max(trans_date) from
44: (SELECT t.transaction_date trans_date
45: FROM gme_batch_header h, mtl_material_transactions t
46: WHERE h.batch_id = p_batch_id
47: AND h.organization_id = t.organization_id
48: AND h.batch_id = t.transaction_source_id
49: AND t.transaction_source_type_id = 5