DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_ORG_PAYMENT_ME dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 152: delete from hr_pump_batch_exceptions

148: blid number := p_data_pump_batch_line_id;
149: begin
150: if blid is not null then
151: delete from hr_pump_batch_lines where batch_line_id = blid;
152: delete from hr_pump_batch_exceptions
153: where source_type = 'BATCH_LINE' and source_id = blid;
154: end if;
155: insert into hr_pump_batch_lines
156: (batch_id