DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_MX_LOC_PERSON_ADD dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 135: delete from hr_pump_batch_exceptions

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