DBA Data[Home] [Help]

APPS.GMI_RESERVATION_UTIL dependencies on V$PARAMETER

Line 1860: FROM v$parameter

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