DBA Data[Home] [Help]

APPS.MSC_ANALYSIS_SAFETY_STOCK_PERF dependencies on MSC_GET_NAME

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 139: l_cat_set_id:= msc_get_name.GET_preference('CATEGORY_SET_ID',l_def_pref_id, l_plan_type);

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;
143: