DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on V$PARAMETER

Line 1864: FROM v$parameter

1860: ) IS
1861:
1862: CURSOR get_log_file_location IS
1863: SELECT NVL( SUBSTR( value, 1, instr( value, ',')-1), value)
1864: FROM v$parameter
1865: WHERE name = 'utl_file_dir';
1866:
1867: l_api_name CONSTANT VARCHAR2 (30) := 'PrintLn';
1868: l_location VARCHAR2(255);