DBA Data[Home] [Help]

APPS.PON_PROFILE_UTIL_PKG dependencies on FND_PREFERENCE

Line 380: fnd_preference.put(upper(p_user_name), 'WF', 'LANGUAGE', l_language);

376: INTO l_language
377: FROM FND_LANGUAGES
378: WHERE LANGUAGE_CODE = p_language_code;
379:
380: fnd_preference.put(upper(p_user_name), 'WF', 'LANGUAGE', l_language);
381: END SET_WF_LANGUAGE;
382:
383: --
384: -- don't be confused with the procedure name (it's a legacy)

Line 441: fnd_preference.put(upper(p_user_name), 'WF', 'TERRITORY', l_territory);

437: INTO l_territory
438: FROM FND_TERRITORIES
439: WHERE TERRITORY_CODE = p_territory_code;
440:
441: fnd_preference.put(upper(p_user_name), 'WF', 'TERRITORY', l_territory);
442:
443: END SET_WF_TERRITORY;
444:
445: --

Line 490: fnd_preference.put(upper(p_user_name), 'WF', 'LANGUAGE', l_language);

486: INTO l_territory
487: FROM FND_TERRITORIES
488: WHERE TERRITORY_CODE = p_territory_code;
489:
490: fnd_preference.put(upper(p_user_name), 'WF', 'LANGUAGE', l_language);
491: fnd_preference.put(upper(p_user_name), 'WF', 'TERRITORY', l_territory);
492:
493: END SET_WF_PREFERENCES;
494:

Line 491: fnd_preference.put(upper(p_user_name), 'WF', 'TERRITORY', l_territory);

487: FROM FND_TERRITORIES
488: WHERE TERRITORY_CODE = p_territory_code;
489:
490: fnd_preference.put(upper(p_user_name), 'WF', 'LANGUAGE', l_language);
491: fnd_preference.put(upper(p_user_name), 'WF', 'TERRITORY', l_territory);
492:
493: END SET_WF_PREFERENCES;
494:
495: --