DBA Data[Home] [Help]

APPS.HRDPP_CREATE_RU_APPLICANT dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 187: delete from hr_pump_batch_exceptions

183: blid number := p_data_pump_batch_line_id;
184: begin
185: if blid is not null then
186: delete from hr_pump_batch_lines where batch_line_id = blid;
187: delete from hr_pump_batch_exceptions
188: where source_type = 'BATCH_LINE' and source_id = blid;
189: end if;
190: insert into hr_pump_batch_lines
191: (batch_id