Line 9635: for c_user_pref_row in c_pref_values(fnd_global.user_id, g_pref_id, g_plan_type, l_from_flag)
9631:
9632: open c_rows(g_pref_id);
9633: fetch c_rows into l_from_flag;
9634: close c_rows; 9635: for c_user_pref_row in c_pref_values(fnd_global.user_id, g_pref_id, g_plan_type, l_from_flag) 9636: loop -- {
9637: if ( c_user_pref_row.pref_key = 'CATEGORY_SET_ID' ) then -- {
9638: if ( rtrim(ltrim(c_user_pref_row.pref_value)) is null) then
9639: open c_default_cat;