DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_JOB_EVALUATIONS

Line 7477: from per_job_evaluations jev1

7473: select '1'
7474: into l_exists
7475: from sys.dual
7476: where exists(select null
7477: from per_job_evaluations jev1
7478: where jev1.position_id = p_position_id);
7479: exception when no_data_found then
7480: null;
7481: end;