DBA Data[Home] [Help]

APPS.MSC_ACTIONS dependencies on FND_GLOBAL

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

78: 'TRUNC(SYSDATE),' ||
79: '-1, ' ||
80: count_list || ' ,exception_group, sum(exception_count), sum(nvl(new_exception_count,exception_count)) ';
81:
82: l_def_pref_id := msc_get_name.get_default_pref_id(fnd_global.user_id);
83: v_cat_id:= msc_get_name.GET_preference('CATEGORY_SET_ID',l_def_pref_id, v_plan_type);
84: v_days := msc_get_name.get_preference('RECOMMENDATION_DAYS',l_def_pref_id, v_plan_type);
85:
86: v_ship_cat_id := v_cat_id;