DBA Data[Home] [Help]

APPS.BIS_COLLECTION_UTILITIES dependencies on V$PARAMETER

Line 50: FROM v$parameter where upper(name) = 'UTL_FILE_DIR';

46: l_dummy NUMBER;
47:
48: BEGIN
49: SELECT value into l_dir
50: FROM v$parameter where upper(name) = 'UTL_FILE_DIR';
51:
52: l_log_begin := INSTR(l_dir, ',');
53:
54: IF (l_log_begin = 0) THEN /* then get the first string */