DBA Data[Home] [Help]

APPS.IRC_SKILLS_MATCHING_PKG dependencies on HR_API

Line 78: and nvl(date_to,hr_api.g_eot);

74: SELECT organization_id,business_group_id,position_id,job_id
75: FROM per_all_vacancies
76: WHERE vacancy_id = CP_VACANCY
77: AND CP_DATE between nvl(date_from,trunc(SYSDATE))
78: and nvl(date_to,hr_api.g_eot);
79:
80: -- ----------------------------------------------------------------------------
81: -- |-----------------------< SKILLS_MATCH_PERCENT >--------------------------|
82: -- ----------------------------------------------------------------------------