DBA Data[Home] [Help]

APPS.HR_DM_DELETE dependencies on DBMS_PIPE

Line 524: l_dummy := dbms_pipe.receive_message('temporary_unused_hrdm_pipe', 5);

520: ' group', 13);
521: -- sleep for 5 seconds to allow other slaves to finish
522: -- read from a non-existant pipe, using time out feature to
523: -- give delay time
524: l_dummy := dbms_pipe.receive_message('temporary_unused_hrdm_pipe', 5);
525: END IF;
526:
527: EXIT WHEN NVL(l_group_work,0) <> l_active_group
528: OR NVL(hr_dm_utility.get_phase_status('D',p_migration_id), 'NS') = 'E'