DBA Data[Home] [Help]

APPS.MSC_ANALYSIS_SAFETY_STOCK_PERF dependencies on FND_GLOBAL

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

134: BEGIN
135: -- Get category set from profile option for IO
136: -- SELECT fnd_profile.value('MSR_BUDGET_CATEGORY_SET') INTO l_cat_set_id FROM dual;
137: l_plan_type := get_plan_type(p_plan_id);
138: l_def_pref_id := msc_get_name.get_default_pref_id(fnd_global.user_id);
139: l_cat_set_id:= msc_get_name.GET_preference('CATEGORY_SET_ID',l_def_pref_id, l_plan_type);
140: return l_cat_set_id;
141:
142: END get_cat_set_id;

Line 2472: g_user_id := fnd_global.user_id;

2468: IF validate_plan(p_plan_id) = FALSE THEN
2469: RETURN;
2470: END IF;
2471:
2472: g_user_id := fnd_global.user_id;
2473:
2474: DELETE FROM msc_analysis_aggregate WHERE plan_id = p_plan_id;
2475: COMMIT;
2476: