DBA Data[Home] [Help]

APPS.HR_PSF_BUS dependencies on PER_MM_POSITIONS

Line 7559: from per_mm_positions

7555: select '1'
7556: into l_exists
7557: from sys.dual
7558: where exists(select null
7559: from per_mm_positions
7560: where new_position_id = p_position_id);
7561: exception when no_data_found then
7562: null;
7563: end;