DBA Data[Home] [Help]

APPS.PAY_AU_DLEC dependencies on HR_ORGANIZATION_INFORMATION

Line 97: hr_organization_information hoi

93:
94: select hou.name
95: into l_business_group_name
96: from hr_all_organization_units hou,
97: hr_organization_information hoi
98: where hou.organization_id = hou.business_group_id
99: and hou.organization_id = hoi.organization_id
100: and hoi.org_information_context = 'Business Group Information'
101: and hou.business_group_id = p_business_group_id;