DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_DIRECTORY

Line 515: Wf_Directory.GetRoleInfoMail(role => recipient,

511: errorName, externError, sqlerrm);
512: raise;
513: end;
514:
515: Wf_Directory.GetRoleInfoMail(role => recipient,
516: display_name => dummy,
517: email_address => email_address,
518: notification_preference => pref,
519: language => dummy,

Line 559: Wf_Directory.GetRoleInfoMail(role => tokens(tk),

555: wf_log_pkg.string(WF_LOG_PKG.level_statement,
556: 'wf.plsql.WF_MAIL.Disable_Recipient_Ntf_Pref',
557: 'TOKEN ['||tokens(tk)||']');
558: end if;
559: Wf_Directory.GetRoleInfoMail(role => tokens(tk),
560: display_name => dummy,
561: email_address => dummy,
562: notification_preference => pref,
563: language => dummy,

Line 1587: Wf_Directory.GetRoleOrigSysInfo(current_role, orig_sys, orig_sysid);

1583: if (pos > 0) then
1584: orig_sys := substr(current_role, 1, pos-1);
1585: orig_sysid := substr(current_role, pos+1);
1586: else
1587: Wf_Directory.GetRoleOrigSysInfo(current_role, orig_sys, orig_sysid);
1588: end if;
1589:
1590: for curs in c loop
1591: -- sacsharm bug 2887904 if one particpant, no linefeed needed

Line 2802: Wf_Directory.GetRoleInfo(n_to_role, r_dname, r_email, r_ntf_pref,

2798: end if;
2799: end if;
2800:
2801: -- Get Recipient information
2802: Wf_Directory.GetRoleInfo(n_to_role, r_dname, r_email, r_ntf_pref,
2803: r_language, r_territory);
2804: r_ntf_pref := nvl(r_ntf_pref, 'QUERY');
2805:
2806: wf_notification.GetComments(nid, g_ntfDocText,

Line 5553: Wf_Directory.GetRoleInfoMail(n_to_role, r_dname, r_email, r_ntf_pref,

5549: wf_core.raise('WFNTF_NID');
5550: end;
5551:
5552: -- Get Recipient information
5553: Wf_Directory.GetRoleInfoMail(n_to_role, r_dname, r_email, r_ntf_pref,
5554: r_language, r_territory, r_orig_system,
5555: r_orig_system_id, r_installed);
5556:
5557: if r_installed = 'N' then

Line 5735: --- instead of Wf_Directory.GetRoleInfoMail2

5731: end;
5732:
5733: -- Retrieve role orig_system ids for index access
5734: -- <> : It is OK to use OLD API here,
5735: --- instead of Wf_Directory.GetRoleInfoMail2
5736: Wf_Directory.GetRoleInfoMail(role, r_displayName, dummyStr, ntf_pref,
5737: r_language, dummyStr, rorig_system,
5738: rorig_system_id, dummyStr);
5739:

Line 5736: Wf_Directory.GetRoleInfoMail(role, r_displayName, dummyStr, ntf_pref,

5732:
5733: -- Retrieve role orig_system ids for index access
5734: -- <> : It is OK to use OLD API here,
5735: --- instead of Wf_Directory.GetRoleInfoMail2
5736: Wf_Directory.GetRoleInfoMail(role, r_displayName, dummyStr, ntf_pref,
5737: r_language, dummyStr, rorig_system,
5738: rorig_system_id, dummyStr);
5739:
5740: t_subject := substrb(replace(t_subject, '&'||'USER_NAME',

Line 7990: wf_directory.GetRoleInfoMail(l_to_role, l_display_name, l_to_emailaddress, l_to_ntf_pref,

7986:
7987: CLOSE c_ques;
7988:
7989: -- Get role detail.
7990: wf_directory.GetRoleInfoMail(l_to_role, l_display_name, l_to_emailaddress, l_to_ntf_pref,
7991: l_language, l_territory, l_orig_system,
7992: l_orig_system_id,
7993: l_installed);
7994:

Line 8015: WF_DIRECTORY.GetInfoFromMail(l_to_emailaddress, l_to_role, l_display_name,

8011: end if;
8012:
8013: -- Get role detail based on email address.
8014: --
8015: WF_DIRECTORY.GetInfoFromMail(l_to_emailaddress, l_to_role, l_display_name,
8016: l_description, l_to_ntf_pref, l_language,
8017: l_territory, l_fax,l_expiration_date, l_status,
8018: l_orig_system, l_orig_system_id);
8019: