DBA Data[Home] [Help]

APPS.GMF_XLA_PKG dependencies on GMF_LEDGER_VALUATION_METHODS

Line 1841: FROM gmf_xla_extract_headers eh, cm_mthd_mst cmm, gmf_ledger_valuation_methods vm

1837:
1838: -- Get cost type and legal entity from extract headers
1839: CURSOR cur_le_cost_mthd IS
1840: SELECT DISTINCT cost_mthd_code, eh.legal_entity_id
1841: FROM gmf_xla_extract_headers eh, cm_mthd_mst cmm, gmf_ledger_valuation_methods vm
1842: WHERE eh.valuation_cost_type_id = cmm.cost_type_id
1843: AND vm.ledger_id = eh.ledger_id
1844: AND vm.cost_type_id = eh.valuation_cost_type_id
1845: AND eh.ledger_id = p_ledger_id