DBA Data[Home] [Help]

APPS.HR_PSF_DEL dependencies on PER_MM_POSITIONS

Line 420: from per_mm_positions

416: select '1'
417: into l_exists
418: from sys.dual
419: where exists(select null
420: from per_mm_positions
421: where new_position_id = p_position_id);
422: exception when no_data_found then
423: null;
424: end;