DBA Data[Home] [Help]

APPS.GMF_ORGANIZATIONS_PKG dependencies on ORG_ORGANIZATION_DEFINITIONS

Line 97: org_organization_definitions ood

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)
101: AND mp.organization_code <= NVL(l_to_orgn_code,mp.organization_code)