DBA Data[Home] [Help]

APPS.GMF_SUBLEDGER_PKG dependencies on MTL_MATERIAL_TRANSACTIONS

Line 255: ,mtl_material_transactions mmt

251: NTILE(cp_num_req) OVER(ORDER BY batch_id) bucket_num
252: FROM (
253: SELECT bh.batch_id
254: FROM gme_batch_header bh
255: ,mtl_material_transactions mmt
256: ,gmf_organization_definitions god
257: WHERE mmt.transaction_source_type_id = 5
258: AND mmt.transaction_action_id IN (1, 27, 31, 32)
259: AND mmt.opm_costed_flag IS NOT NULL