DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_ALL_VACANCIES

Line 7256: from PER_ALL_VACANCIES VAC

7252: select '1'
7253: into l_exists
7254: from sys.dual
7255: where exists(SELECT NULL
7256: from PER_ALL_VACANCIES VAC
7257: where VAC.POSITION_ID = p_position_id);
7258: exception when no_data_found then
7259: null;
7260: end;