DBA Data[Home] [Help]

APPS.HRDPP_CREATE_AU_PERSONAL_PAY_M dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 122: delete from hr_pump_batch_exceptions

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