DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on FND_PREFERENCE

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

585: wf_core.newLine;
586: recipient_disabled := true;
587:
588: if orig_system in ('FND_USR', 'PER') then
589: FND_PREFERENCE.put(p_user_name => tokens(tk),
590: p_module_name => 'WF',
591: p_pref_name => 'MAILTYPE',
592: p_pref_value => 'DISABLED');
593: else