DBA Data[Home] [Help]

APPS.PER_ACCRUAL_MESSAGE_PKG SQL Statements

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

Line: 16

   Purpose : Insert a message string into the message table.
   Returns : 0 if successful, 1 otherwise
   ---------------------------------------------------------------------*/
function put_message(p_message varchar2) return number is
--
l_proc        varchar2(72) := g_package||'put_message';
Line: 61

   global_message.delete;