DBA Data[Home] [Help]

APPS.MSC_GANTT_UTILS dependencies on FND_GLOBAL

Line 9630: for c_user_pref_row in c_pref_values(fnd_global.user_id, g_pref_id, g_plan_type, l_from_flag)

9626:
9627: open c_rows(g_pref_id);
9628: fetch c_rows into l_from_flag;
9629: close c_rows;
9630: for c_user_pref_row in c_pref_values(fnd_global.user_id, g_pref_id, g_plan_type, l_from_flag)
9631: loop -- {
9632: if ( c_user_pref_row.pref_key = 'CATEGORY_SET_ID' ) then -- {
9633: if ( rtrim(ltrim(c_user_pref_row.pref_value)) is null) then
9634: open c_default_cat;