DBA Data[Home] [Help]

APPS.HRDPP_DELETE_BENEFITS_GROUP dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 87: delete from hr_pump_batch_exceptions

83: blid number := p_data_pump_batch_line_id;
84: begin
85: if blid is not null then
86: delete from hr_pump_batch_lines where batch_line_id = blid;
87: delete from hr_pump_batch_exceptions
88: where source_type = 'BATCH_LINE' and source_id = blid;
89: end if;
90: insert into hr_pump_batch_lines
91: (batch_id