DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_IN_CONTACT_RELATI dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 132: delete from hr_pump_batch_exceptions

128: blid number := p_data_pump_batch_line_id;
129: begin
130: if blid is not null then
131: delete from hr_pump_batch_lines where batch_line_id = blid;
132: delete from hr_pump_batch_exceptions
133: where source_type = 'BATCH_LINE' and source_id = blid;
134: end if;
135: insert into hr_pump_batch_lines
136: (batch_id