DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 159: delete from hr_pump_batch_exceptions

155: blid number := p_data_pump_batch_line_id;
156: begin
157: if blid is not null then
158: delete from hr_pump_batch_lines where batch_line_id = blid;
159: delete from hr_pump_batch_exceptions
160: where source_type = 'BATCH_LINE' and source_id = blid;
161: end if;
162: insert into hr_pump_batch_lines
163: (batch_id