DBA Data[Home] [Help]

APPS.HR_APPLICANT_API dependencies on HR_ORGANIZATION_INFORMATION

Line 1991: from hr_organization_information hoi1

1987: and nvl(effective_end_date,p_hire_date);
1988:
1989: cursor csr_bg_age_range is
1990: select hoi1.org_information12, hoi1.org_information13
1991: from hr_organization_information hoi1
1992: where l_business_group_id +0 = hoi1.organization_id
1993: and hoi1.org_information_context = 'Business Group Information';
1994:
1995: --