DBA Data[Home] [Help]

APPS.IBE_WF_MSG_MAPPING_PVT dependencies on V$PARAMETER

Line 33: from v$PARAMETER

29: l_strlen NUMBER;
30: begin
31: select value
32: into l_dbgdir
33: from v$PARAMETER
34: where name = 'utl_file_dir';
35:
36: if( instr(l_dbgdir, ',') > 0 ) then
37: l_dbgdir := substr(l_dbgdir, 1, instr(l_dbgdir, ',')-1);