DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on FND_PREFERENCE

Line 593: fnd_preference.put(p_user_name => tokens(tk) || ':' || orig_system ||

589: -- in FND_USER_PREFERENCES table which can used to reset it back when
590: -- "Bulk Reset DISABLED Notification Preference" CP is run
591: -- Concatenate username with orig system and orig system id to make it
592: -- unique in FND_USER_PREFERENCES table
593: fnd_preference.put(p_user_name => tokens(tk) || ':' || orig_system ||
594: ':' || orig_system_id,
595: p_module_name => 'WF' ,
596: p_pref_name => 'PREV_MAILTYPE',
597: p_pref_value => pref);

Line 600: FND_PREFERENCE.put(p_user_name => tokens(tk),

596: p_pref_name => 'PREV_MAILTYPE',
597: p_pref_value => pref);
598:
599: if orig_system in ('FND_USR', 'PER') then
600: FND_PREFERENCE.put(p_user_name => tokens(tk),
601: p_module_name => 'WF',
602: p_pref_name => 'MAILTYPE',
603: p_pref_value => 'DISABLED');
604: else