DBA Data[Home] [Help]

APPS.IGIRRPS dependencies on RA_INTERFACE_ERRORS

Line 597: delete from ra_interface_errors

593: FND_LOG.STRING(l_state_level, 'igi.plsql.igirrps.synchronize_dates.Msg5',
594: ' Found the errors information.');
595: END IF;
596: -- bug 3199481, end block
597: delete from ra_interface_errors
598: where interface_line_id = l_xface.interface_line_id
599: ;
600: if sql%found then
601: --WriteToLog ( ' Deleted the errors information.');