DBA Data[Home] [Help]

APPS.GMF_ORGANIZATIONS_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 145: org_organization_definitions ood

141: p_legal_entity_id,
142: ood.operating_unit
143: FROM mtl_parameters mp,
144: gmf_fiscal_policies gfp,
145: org_organization_definitions ood
146: WHERE mp.organization_id = l_inv_orgs(j)
147: AND mp.process_enabled_flag = 'Y'
148: AND mp.organization_code >= NVL(l_from_orgn_code,mp.organization_code)
149: AND mp.organization_code <= NVL(l_to_orgn_code,mp.organization_code)