DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AC_EMPTAXRULE dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 202: delete from hr_pump_batch_exceptions

198: blid number := p_data_pump_batch_line_id;
199: begin
200: if blid is not null then
201: delete from hr_pump_batch_lines where batch_line_id = blid;
202: delete from hr_pump_batch_exceptions
203: where source_type = 'BATCH_LINE' and source_id = blid;
204: end if;
205: insert into hr_pump_batch_lines
206: (batch_id