DBA Data[Home] [Help]

APPS.JAI_CMN_UTILS_PKG dependencies on V$PARAMETER

Line 579: v$parameter

575: substr (value,1,instr(value,',') -1))
576: INTO
577: v_utl_location
578: FROM
579: v$parameter
580: WHERE
581: name = lv_name; --rchandan for bug#4428980
582:
583: v_myfilehandle := utl_file.fopen(v_utl_location,filename,'A');