DBA Data[Home] [Help]

APPS.PER_PEOPLE3_PKG dependencies on HR_ORGANIZATION_INFORMATION

Line 48: from hr_organization_information hoi1

44: select hoi1.org_information12
45: , hoi1.org_information13
46: into p_minimum_age
47: , p_maximum_age
48: from hr_organization_information hoi1
49: where p_business_group_id +0 = hoi1.organization_id
50: and hoi1.org_information_context = 'Business Group Information';
51: --
52: exception