DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on FND_PROFILE

Line 1959: g_plan_cal_from_profile := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');

1955: v_org_id(a) || field_seperator || nvl(to_char(v_frozen_days(a)), null_space);
1956: end if;
1957: end loop;
1958:
1959: g_plan_cal_from_profile := fnd_profile.value('MSC_BKT_REFERENCE_CALENDAR');
1960:
1961: return p_plan_type || field_seperator ||
1962: to_char(p_plan_start_date, format_mask) || field_seperator ||
1963: to_char(p_plan_end_date, format_mask) || field_seperator ||

Line 9643: l_dflt_cat_set_id := fnd_profile.value('MSC_SRA_CATEGORY_SET');

9639: open c_default_cat;
9640: fetch c_default_cat into l_dflt_cat_set_id;
9641: close c_default_cat;
9642: if ( l_dflt_cat_set_id is null ) then
9643: l_dflt_cat_set_id := fnd_profile.value('MSC_SRA_CATEGORY_SET');
9644: end if;
9645: g_category_set_id := l_dflt_cat_set_id;
9646: else
9647: g_category_set_id := c_user_pref_row.pref_value;