DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_JOB_EVALUATIONS

Line 7357: from per_job_evaluations jev1

7353: select '1'
7354: into l_exists
7355: from sys.dual
7356: where exists(select null
7357: from per_job_evaluations jev1
7358: where jev1.position_id = p_position_id);
7359: exception when no_data_found then
7360: null;
7361: end;