DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_EMPLOYEE dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 189: delete from hr_pump_batch_exceptions

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