DBA Data[Home] [Help]

APPS.HRDPP_CREATE_MX_APPLICANT dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 178: delete from hr_pump_batch_exceptions

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