DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_PERSON_EXTRA_INFO dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 139: delete from hr_pump_batch_exceptions

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