DBA Data[Home] [Help]

APPS.HRDPP_DELETE_VEHICLE dependencies on HR_PUMP_BATCH_EXCEPTIONS

Line 89: delete from hr_pump_batch_exceptions

85: blid number := p_data_pump_batch_line_id;
86: begin
87: if blid is not null then
88: delete from hr_pump_batch_lines where batch_line_id = blid;
89: delete from hr_pump_batch_exceptions
90: where source_type = 'BATCH_LINE' and source_id = blid;
91: end if;
92: insert into hr_pump_batch_lines
93: (batch_id