DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on V$PARAMETER

Line 495: v$parameter

491: substr (value,1,instr(value,',') -1))
492: INTO
493: v_utl_location
494: FROM
495: v$parameter
496: WHERE
497: name = lv_name; --rchandan for bug#4428980
498:
499: v_myfilehandle := utl_file.fopen(v_utl_location,filename,'A');