DBA Data[Home] [Help]

APPS.PER_POSITIONS_PKG dependencies on PER_JOB_REQUIREMENTS

Line 234: from per_job_requirements jre1

230: select '1'
231: into l_exists
232: from sys.dual
233: where exists(select null
234: from per_job_requirements jre1
235: where jre1.position_id = p_position_id);
236: exception when no_data_found then
237: null;
238: end;