DBA Data[Home] [Help]

APPS.HRDPP_CREATE_US_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 127: delete from hr_pump_batch_exceptions

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