DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_ORG_STRUCTURE_VER dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 98: delete from hr_pump_batch_exceptions

94: blid number := p_data_pump_batch_line_id;
95: begin
96: if blid is not null then
97: delete from hr_pump_batch_lines where batch_line_id = blid;
98: delete from hr_pump_batch_exceptions
99: where source_type = 'BATCH_LINE' and source_id = blid;
100: end if;
101: insert into hr_pump_batch_lines
102: (batch_id