DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_RU_PERSON dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 221: delete from hr_pump_batch_exceptions

217: blid number := p_data_pump_batch_line_id;
218: begin
219: if blid is not null then
220: delete from hr_pump_batch_lines where batch_line_id = blid;
221: delete from hr_pump_batch_exceptions
222: where source_type = 'BATCH_LINE' and source_id = blid;
223: end if;
224: insert into hr_pump_batch_lines
225: (batch_id