DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BENEFITS_GROUP dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 119: delete from hr_pump_batch_exceptions

115: blid number := p_data_pump_batch_line_id;
116: begin
117: if blid is not null then
118: delete from hr_pump_batch_lines where batch_line_id = blid;
119: delete from hr_pump_batch_exceptions
120: where source_type = 'BATCH_LINE' and source_id = blid;
121: end if;
122: insert into hr_pump_batch_lines
123: (batch_id