DBA Data[Home] [Help]

APPS.AST_DEBUG_PUB SQL Statements

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

Line: 15

            select value  INTO G_DIR
 	        from v$PARAMETER where name = 'utl_file_dir';
Line: 28

            SELECT sid || '.AST'    into G_FILE
            FROM   v$session
             WHERE  audsid = Userenv('SESSIONID');