DBA Data[Home] [Help]

APPS.HRDPP_UPDATE_CBR_QUALD_BNF dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 130: delete from hr_pump_batch_exceptions

126: blid number := p_data_pump_batch_line_id;
127: begin
128: if blid is not null then
129: delete from hr_pump_batch_lines where batch_line_id = blid;
130: delete from hr_pump_batch_exceptions
131: where source_type = 'BATCH_LINE' and source_id = blid;
132: end if;
133: insert into hr_pump_batch_lines
134: (batch_id