DBA Data[Home] [Help]

APPS.HRDPP_CREATE_PTNL_LER_FOR_PER dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 104: delete from hr_pump_batch_exceptions

100: blid number := p_data_pump_batch_line_id;
101: begin
102: if blid is not null then
103: delete from hr_pump_batch_lines where batch_line_id = blid;
104: delete from hr_pump_batch_exceptions
105: where source_type = 'BATCH_LINE' and source_id = blid;
106: end if;
107: insert into hr_pump_batch_lines
108: (batch_id