DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_US_PERSON dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 213: delete from hr_pump_batch_exceptions

209: blid number := p_data_pump_batch_line_id;
210: begin
211: if blid is not null then
212: delete from hr_pump_batch_lines where batch_line_id = blid;
213: delete from hr_pump_batch_exceptions
214: where source_type = 'BATCH_LINE' and source_id = blid;
215: end if;
216: insert into hr_pump_batch_lines
217: (batch_id