DBA Data[Home] [Help]

APPS.PER_PGN_BUS dependencies on HR_ORGANIZATION_INFORMATION

Line 597: , hr_organization_information hoi

593: --
594: cursor csr_org_exists is
595: select 'Y'
596: from hr_all_organization_units hou
597: , hr_organization_information hoi
598: , per_gen_hierarchy_versions pgv
599: where hou.organization_id = p_entity_id
600: and (hou.business_group_id = p_business_group_id or p_business_group_id is null)
601: and pgv.hierarchy_version_id = p_hierarchy_version_id