DBA Data[Home] [Help]

APPS.GME_DEBUG dependencies on V$PARAMETER

Line 55: FROM v$parameter

51:
52: CURSOR c_get_1st_location
53: IS
54: SELECT NVL (SUBSTRB (VALUE, 1, INSTR (VALUE, ',') - 1), VALUE)
55: FROM v$parameter
56: WHERE NAME = 'utl_file_dir';
57: BEGIN
58: -- Bug 6789809
59: -- Set debug log mode to off and do not proceed with initialize if

Line 143: FROM v$parameter

139:
140: CURSOR c_get_1st_location
141: IS
142: SELECT NVL (SUBSTR (VALUE, 1, INSTR (VALUE, ',') - 1), VALUE)
143: FROM v$parameter
144: WHERE NAME = 'utl_file_dir';
145: BEGIN
146: IF ( (g_log_mode <> 'OFF') AND (NVL (p_priority, 100) >= g_debug) ) THEN
147: IF g_log_mode = 'LOG' THEN