DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_JOB_REQUIREMENTS

Line 7339: from per_job_requirements jre1

7335: select '1'
7336: into l_exists
7337: from sys.dual
7338: where exists(select null
7339: from per_job_requirements jre1
7340: where jre1.position_id = p_position_id);
7341: exception when no_data_found then
7342: null;
7343: end;