DBA Data[Home] [Help]

APPS.MTH_UTIL_PKG dependencies on DUAL

Line 993: select fnd_profile.value(p_profile_name) into v_profile_value from dual;

989: --Initialize the session for default values -1.
990: /* fnd_global.apps_initialize(v_uid, v_rid, v_applid); */
991:
992: --select the value of the profile into the local variable.
993: select fnd_profile.value(p_profile_name) into v_profile_value from dual;
994:
995: --Return the value.
996: RETURN(v_profile_value);
997: