DBA Data[Home] [Help]

APPS.MSC_ANALYSIS_SAFETY_STOCK_PERF dependencies on FND_GLOBAL

Line 152: l_def_pref_id := msc_get_name.get_default_pref_id(fnd_global.user_id);

148: BEGIN
149: -- Get category set from profile option for IO
150: -- SELECT fnd_profile.value('MSR_BUDGET_CATEGORY_SET') INTO l_cat_set_id FROM dual;
151: l_plan_type := get_plan_type(p_plan_id);
152: l_def_pref_id := msc_get_name.get_default_pref_id(fnd_global.user_id);
153: l_cat_set_id:= msc_get_name.GET_preference('CATEGORY_SET_ID',l_def_pref_id, l_plan_type);
154: return l_cat_set_id;
155:
156: END get_cat_set_id;

Line 2954: g_user_id := fnd_global.user_id;

2950: IF validate_plan(p_plan_id) = FALSE THEN
2951: RETURN;
2952: END IF;
2953:
2954: g_user_id := fnd_global.user_id;
2955:
2956: g_period_setname := fnd_profile.value('MSC_IO_UI_PERSETNAME');
2957: --if profile not set default to Accounting as before
2958: if(g_period_setname is null) then