DBA Data[Home] [Help]

APPS.HR_ERRORS_API SQL Statements

The following lines contain the word 'select', 'insert', 'update' or 'delete':

Line: 229

            g_errorTable.delete(Counter);
Line: 295

   p_error_loc.delete;
Line: 358

   p_error_loc.delete;
Line: 518

procedure deleteErrorRec(p_error_loc ErrorRecLocTable
                          ) is
--
Begin
     for Counter in 1 .. p_error_loc.count
     loop
        g_errorTable.delete(p_error_loc(Counter));