DBA Data[Home] [Help]

APPS.PER_POSITIONS_PKG dependencies on PER_MM_POSITIONS

Line 307: from per_mm_positions

303: select '1'
304: into l_exists
305: from sys.dual
306: where exists(select null
307: from per_mm_positions
308: where new_position_id = p_position_id);
309: exception when no_data_found then
310: null;
311: end;