DBA Data[Home] [Help]

APPS.ENG_IMPL_ITEM_CHANGES_PKG dependencies on V$PARAMETER

Line 206: FROM V$PARAMETER

202: PROCEDURE open_debug_session_internal IS
203:
204: CURSOR c_get_utl_file_dir IS
205: SELECT VALUE
206: FROM V$PARAMETER
207: WHERE NAME = 'utl_file_dir';
208:
209: --local variables
210: -- Bug 13074883 swuppala : Modified the datatype with the database column datatype

Line 211: l_log_output_dir v$parameter.value%type;

207: WHERE NAME = 'utl_file_dir';
208:
209: --local variables
210: -- Bug 13074883 swuppala : Modified the datatype with the database column datatype
211: l_log_output_dir v$parameter.value%type;
212: l_log_return_status VARCHAR2(99);
213: l_errbuff VARCHAR2(999);
214: BEGIN
215: