DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on FND_PROFILE

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

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

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

9634: open c_default_cat;
9635: fetch c_default_cat into l_dflt_cat_set_id;
9636: close c_default_cat;
9637: if ( l_dflt_cat_set_id is null ) then
9638: l_dflt_cat_set_id := fnd_profile.value('MSC_SRA_CATEGORY_SET');
9639: end if;
9640: g_category_set_id := l_dflt_cat_set_id;
9641: else
9642: g_category_set_id := c_user_pref_row.pref_value;