DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_MM_POSITIONS

Line 7439: from per_mm_positions

7435: select '1'
7436: into l_exists
7437: from sys.dual
7438: where exists(select null
7439: from per_mm_positions
7440: where new_position_id = p_position_id);
7441: exception when no_data_found then
7442: null;
7443: end;