DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on HR_ORGANIZATION_INFORMATION

Line 1591: from hr_organization_information hoi1

1587: and nvl(effective_end_date,p_hire_date);
1588:
1589: cursor csr_bg_age_range is
1590: select hoi1.org_information12, hoi1.org_information13
1591: from hr_organization_information hoi1
1592: where l_business_group_id +0 = hoi1.organization_id
1593: and hoi1.org_information_context = 'Business Group Information';
1594:
1595: --