DBA Data[Home] [Help]

APPS.HRDPP_CREATE_GB_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 128: delete from hr_pump_batch_exceptions

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