DBA Data[Home] [Help]

APPS.GMF_ORGANIZATIONS_PKG dependencies on GMF_FISCAL_POLICIES

Line 96: gmf_fiscal_policies gfp,

92: NULL,
93: p_legal_entity_id,
94: ood.operating_unit
95: FROM mtl_parameters mp,
96: gmf_fiscal_policies gfp,
97: org_organization_definitions ood
98: WHERE mp.organization_id = l_inv_orgs(j)
99: AND mp.process_enabled_flag = 'Y'
100: AND mp.organization_code >= NVL(l_from_orgn_code,mp.organization_code)