DBA Data[Home] [Help]

APPS.WIP_WS_SKILL_CHECK_PVT dependencies on DUAL

Line 155: from dual

151: v_job_op_competence(l_counter).qualification_type_id is not null then
152: begin
153: select 1
154: into l_validate_skill
155: from dual
156: where exists (select 'x'
157: from per_qualifications
158: where person_id = p_emp_id
159: and qualification_type_id = v_job_op_competence(l_counter).qualification_type_id);