DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_ALL_VACANCIES

Line 7373: from PER_ALL_VACANCIES VAC

7369: select '1'
7370: into l_exists
7371: from sys.dual
7372: where exists(SELECT NULL
7373: from PER_ALL_VACANCIES VAC
7374: where VAC.POSITION_ID = p_position_id);
7375: exception when no_data_found then
7376: null;
7377: end;