DBA Data[Home] [Help]

APPS.GMF_PERIODCLOSE_PUB dependencies on MTL_PARAMETERS

Line 775: mtl_parameters mp,

771: --
772: SELECT SUM(decode(open_flag,'Y',1,'P',1, 0))
773: INTO l_open_periods_cnt
774: FROM org_acct_periods oap,
775: mtl_parameters mp,
776: hr_organization_information hoi
777: WHERE hoi.org_information2 = p_legal_entity_id
778: AND hoi.org_information_context = 'Accounting Information'
779: AND hoi.organization_id = oap.organization_id