DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_SUPPLEMENTARY_ROL dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 142: delete from hr_pump_batch_exceptions

138: blid number := p_data_pump_batch_line_id;
139: begin
140: if blid is not null then
141: delete from hr_pump_batch_lines where batch_line_id = blid;
142: delete from hr_pump_batch_exceptions
143: where source_type = 'BATCH_LINE' and source_id = blid;
144: end if;
145: insert into hr_pump_batch_lines
146: (batch_id