DBA Data[Home] [Help]

APPS.PER_VAC_BUS dependencies on HR_ALL_ORGANIZATION_UNITS

Line 1482: from hr_all_organization_units

1478: l_date_from per_all_vacancies.date_from%TYPE;
1479: l_date_to per_all_vacancies.date_to%TYPE;
1480: cursor csr_organization is
1481: select date_from,date_to
1482: from hr_all_organization_units
1483: where organization_id = p_organization_id
1484: and business_group_id = p_business_group_id;
1485: --
1486: Begin