DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_FED_TAX_RULE dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 177: delete from hr_pump_batch_exceptions

173: blid number := p_data_pump_batch_line_id;
174: begin
175: if blid is not null then
176: delete from hr_pump_batch_lines where batch_line_id = blid;
177: delete from hr_pump_batch_exceptions
178: where source_type = 'BATCH_LINE' and source_id = blid;
179: end if;
180: insert into hr_pump_batch_lines
181: (batch_id