DBA Data[Home] [Help]

APPS.HR_SALARY_SURVEY_MAPPING_API dependencies on HR_ALL_ORGANIZATION_UNITS

Line 647: from hr_all_organization_units o

643: where grade_id = c_grade_id;
644: --
645: cursor csr_get_org_dates(c_org_id number) is
646: select o.date_from, nvl(o.date_to,hr_api.g_eot)
647: from hr_all_organization_units o
648: where o.organization_id = c_org_id;
649: --
650: cursor csr_get_ssl_ids(c_survey_job_name_code varchar2
651: ,c_survey_region_code varchar2