DBA Data[Home] [Help]

APPS.HRDPP_CREATE_BAL_TYPE dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 124: delete from hr_pump_batch_exceptions

120: blid number := p_data_pump_batch_line_id;
121: begin
122: if blid is not null then
123: delete from hr_pump_batch_lines where batch_line_id = blid;
124: delete from hr_pump_batch_exceptions
125: where source_type = 'BATCH_LINE' and source_id = blid;
126: end if;
127: insert into hr_pump_batch_lines
128: (batch_id