DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_QUALIFICATION_TYP dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 158: delete from hr_pump_batch_exceptions

154: blid number := p_data_pump_batch_line_id;
155: begin
156: if blid is not null then
157: delete from hr_pump_batch_lines where batch_line_id = blid;
158: delete from hr_pump_batch_exceptions
159: where source_type = 'BATCH_LINE' and source_id = blid;
160: end if;
161: insert into hr_pump_batch_lines
162: (batch_id