DBA Data[Home] [Help]

APPS.MSC_ACTIONS dependencies on FND_GLOBAL

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

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