DBA Data[Home] [Help]

APPS.WFA_SEC dependencies on WF_PREF

Line 29: -- True if Token Resource WF_PREFERENCE is set to FND

25: --
26: -- Use_Fnd_Preferences (PRIVATE)
27: -- Find out whether we should use FND Preference or not
28: -- Return
29: -- True if Token Resource WF_PREFERENCE is set to FND
30: -- False otherwise or if the above token is not set
31: --
32: function Use_Fnd_Preferences
33: return boolean

Line 37: if (wf_core.translate('WF_PREFERENCE') = 'FND') then

33: return boolean
34: is
35: begin
36: if (wf_use_fnd_preferences is null) then
37: if (wf_core.translate('WF_PREFERENCE') = 'FND') then
38: wf_use_fnd_preferences := true;
39: else
40: wf_use_fnd_preferences := false;
41: end if;

Line 281: c_date_format := ''''||NVL(wf_pref.get_pref2(user_name,'DATEFORMAT','WFDS'),

277: -- get the date format preference
278: c_date_format := ''''||NVL(fnd_profile.value_specific(
279: 'ICX_DATE_FORMAT_MASK',l_user_id, null, null),'DD-MON-RRRR')||'''';
280: else
281: c_date_format := ''''||NVL(wf_pref.get_pref2(user_name,'DATEFORMAT','WFDS'),
282: 'DD-MON-RRRR')||'''';
283: end if;
284:
285: dbms_session.set_nls('NLS_LANGUAGE' , c_language);

Line 588: l_fndUserPref := WF_PREF.get_pref2(name,'MAILTYPE','WFDS');

584: end if;
585:
586: --
587: if (orig_system in ('FND_USR', 'PER')) then
588: l_fndUserPref := WF_PREF.get_pref2(name,'MAILTYPE','WFDS');
589: if(l_fndUserPref is not null) then
590: notification_preference := l_fndUserPref;
591: end if;
592: if (Use_FND_Preferences) then

Line 593: language := WF_PREF.get_pref2(name, 'LANGUAGE','WFDS');

589: if(l_fndUserPref is not null) then
590: notification_preference := l_fndUserPref;
591: end if;
592: if (Use_FND_Preferences) then
593: language := WF_PREF.get_pref2(name, 'LANGUAGE','WFDS');
594: territory := WF_PREF.get_pref2(name, 'TERRITORY','WFDS');
595:
596: else
597: if (orig_system = 'PER') then

Line 594: territory := WF_PREF.get_pref2(name, 'TERRITORY','WFDS');

590: notification_preference := l_fndUserPref;
591: end if;
592: if (Use_FND_Preferences) then
593: language := WF_PREF.get_pref2(name, 'LANGUAGE','WFDS');
594: territory := WF_PREF.get_pref2(name, 'TERRITORY','WFDS');
595:
596: else
597: if (orig_system = 'PER') then
598: SELECT USER_ID