DBA Data[Home] [Help]

APPS.MTH_UTIL_PKG dependencies on FND_GLOBAL

Line 1010: /* fnd_global.apps_initialize(v_uid, v_rid, v_applid); */

1006:
1007: BEGIN
1008:
1009: --Initialize the session for default values -1.
1010: /* fnd_global.apps_initialize(v_uid, v_rid, v_applid); */
1011:
1012: --select the value of the profile into the local variable.
1013: select fnd_profile.value(p_profile_name) into v_profile_value from dual;
1014:

Line 3907: if FND_GLOBAL.CONC_REQUEST_ID <> -1 then

3903: BEGIN
3904:
3905: mth_util_pkg.g_mth_debug := nvl(fnd_profile.value('MTH_DEBUG_LEVEL'),0);
3906: mth_util_pkg.g_debug_indent_level := 0;
3907: if FND_GLOBAL.CONC_REQUEST_ID <> -1 then
3908: mth_util_pkg.g_execution_id := -1;
3909: else
3910: if p_execution_id is null then
3911: mth_util_pkg.g_execution_id := MTH_EXECUTION_S.NEXTVAL;