DBA Data[Home] [Help]

APPS.PO_WF_REQ_NOTIFICATION dependencies on WF_DIRECTORY

Line 2618: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_NEW_ROLE, l_origsys, l_new_recipient_id);

2614: (itemtype => itemtype,
2615: itemkey => itemkey,
2616: aname => 'DOCUMENT_ID');
2617:
2618: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_NEW_ROLE, l_origsys, l_new_recipient_id);
2619:
2620: /* bug 4667656 : We should not be allowing the delegation of a notication
2621: to a user who is not an employee. */
2622:

Line 2631: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_MORE_INFO_ROLE, l_origsys, l_current_recipient_id);

2627:
2628: l_progress := '002';
2629:
2630: if (funcmode = 'ANSWER') then
2631: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_MORE_INFO_ROLE, l_origsys, l_current_recipient_id);
2632:
2633: else
2634: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_RECIPIENT_ROLE, l_origsys, l_current_recipient_id);
2635:

Line 2634: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_RECIPIENT_ROLE, l_origsys, l_current_recipient_id);

2630: if (funcmode = 'ANSWER') then
2631: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_MORE_INFO_ROLE, l_origsys, l_current_recipient_id);
2632:
2633: else
2634: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_RECIPIENT_ROLE, l_origsys, l_current_recipient_id);
2635:
2636: end if;
2637:
2638: l_progress := '003';

Line 3045: Wf_Directory.GetRoleInfo(

3041: l_doc_subtype := PO_WF_UTIL_PKG.GetItemAttrText (itemtype => itemtype,
3042: itemkey => itemkey,
3043: aname => 'DOCUMENT_SUBTYPE');
3044:
3045: Wf_Directory.GetRoleInfo(
3046: username,
3047: l_display_name,
3048: l_email_address,
3049: l_notification_preference,