DBA Data[Home] [Help]

APPS.GMF_ORGANIZATIONS_PKG dependencies on MTL_PARAMETERS

Line 95: FROM mtl_parameters mp,

91: gfp.base_currency_code,
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'