DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_OUTCOME dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 140: delete from hr_pump_batch_exceptions

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