DBA Data[Home] [Help]

APPS.DOM_DOC_TEXT_UTIL SQL Statements

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

Line: 337

PROCEDURE Insert_Update_Doc
(
   p_doc_id            IN  NUMBER      DEFAULT  FND_API.G_MISS_NUM
)
IS

BEGIN
   --Null out this method, as it is not referred anywhere ,also Document Management is no longer supported
       NULL;
Line: 346

END Insert_Update_Doc;
Line: 373

   SELECT SUBSTR(VALUE,0,1) into l_DB_Numeric_Character
   FROM V$NLS_PARAMETERS
   Where PARAMETER = 'NLS_NUMERIC_CHARACTERS';