DBA Data[Home] [Help]

APPS.GME_DEBUG dependencies on V$PARAMETER

Line 54: FROM v$parameter

50:
51: CURSOR c_get_1st_location
52: IS
53: SELECT NVL (SUBSTRB (VALUE, 1, INSTR (VALUE, ',') - 1), VALUE)
54: FROM v$parameter
55: WHERE NAME = 'utl_file_dir';
56: BEGIN
57: IF g_debug = -1 THEN
58: g_log_mode := 'OFF';

Line 133: FROM v$parameter

129:
130: CURSOR c_get_1st_location
131: IS
132: SELECT NVL (SUBSTR (VALUE, 1, INSTR (VALUE, ',') - 1), VALUE)
133: FROM v$parameter
134: WHERE NAME = 'utl_file_dir';
135: BEGIN
136: IF ( (g_log_mode <> 'OFF') AND (NVL (p_priority, 100) >= g_debug) ) THEN
137: IF g_log_mode = 'LOG' THEN