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 1708: Wf_Directory.GetRoleOrigSysInfo(current_role, orig_sys, orig_sysid);

1704: if (col1 > 0) then
1705: orig_sys := substr(current_role, 1, col1 - 1);
1706: orig_sysid := substr(current_role, col1 + 1);
1707: else
1708: Wf_Directory.GetRoleOrigSysInfo(current_role, orig_sys, orig_sysid);
1709: end if;
1710:
1711: for curs in c loop
1712: -- sacsharm bug 2887904 if one particpant, no linefeed needed

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

2952: end if;
2953: end if;
2954:
2955: -- Get Recipient information
2956: Wf_Directory.GetRoleInfo(n_to_role, r_dname, r_email, r_ntf_pref,
2957: r_language, r_territory);
2958: r_ntf_pref := nvl(r_ntf_pref, 'QUERY');
2959:
2960: wf_notification.GetComments(nid, g_ntfDocText,

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

5813: wf_core.raise('WFNTF_NID');
5814: end;
5815:
5816: -- Get Recipient information
5817: Wf_Directory.GetRoleInfoMail(n_to_role, r_dname, r_email, r_ntf_pref,
5818: r_language, r_territory, r_orig_system,
5819: r_orig_system_id, r_installed);
5820:
5821: if r_installed = 'N' then

Line 5999: --- instead of Wf_Directory.GetRoleInfoMail2

5995: end;
5996:
5997: -- Retrieve role orig_system ids for index access
5998: -- <> : It is OK to use OLD API here,
5999: --- instead of Wf_Directory.GetRoleInfoMail2
6000: Wf_Directory.GetRoleInfoMail(role, r_displayName, dummyStr, ntf_pref,
6001: r_language, dummyStr, rorig_system,
6002: rorig_system_id, dummyStr);
6003:

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

5996:
5997: -- Retrieve role orig_system ids for index access
5998: -- <> : It is OK to use OLD API here,
5999: --- instead of Wf_Directory.GetRoleInfoMail2
6000: Wf_Directory.GetRoleInfoMail(role, r_displayName, dummyStr, ntf_pref,
6001: r_language, dummyStr, rorig_system,
6002: rorig_system_id, dummyStr);
6003:
6004: t_subject := substrb(replace(t_subject, '&'||'USER_NAME',

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

8305:
8306: CLOSE c_ques;
8307:
8308: -- Get role detail.
8309: wf_directory.GetRoleInfoMail(l_to_role, l_display_name, l_to_emailaddress, l_to_ntf_pref,
8310: l_language, l_territory, l_orig_system,
8311: l_orig_system_id,
8312: l_installed);
8313:

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

8330: end if;
8331:
8332: -- Get role detail based on email address.
8333: --
8334: WF_DIRECTORY.GetInfoFromMail(l_to_emailaddress, l_to_role, l_display_name,
8335: l_description, l_to_ntf_pref, l_language,
8336: l_territory, l_fax,l_expiration_date, l_status,
8337: l_orig_system, l_orig_system_id);
8338: