DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on WF_DIRECTORY

Line 143: wf_directory.GetUserName ( p_orig_system => 'PER',

139: ItemKey => l_item_key,
140: Process => 'NOTIFY_REQUESTER_SUP_CHN');
141:
142: l_progress := '002';
143: wf_directory.GetUserName ( p_orig_system => 'PER',
144: p_orig_system_id => p_requestor_id,
145: p_name => l_requestor_username,
146: p_display_name => l_requestor_disp_name);
147:

Line 237: wf_directory.GetUserName ( p_orig_system => 'PER',

233: ItemKey => l_item_key,
234: Process => 'NOTIFY_PLANNER_SUP_CHN');
235:
236: l_progress := '002';
237: wf_directory.GetUserName ( p_orig_system => 'PER',
238: p_orig_system_id => p_planner_id,
239: p_name => l_planner_username,
240: p_display_name => l_planner_disp_name);
241:

Line 6217: l_users WF_DIRECTORY.UserTable;

6213: l_role_display_name varchar2(100):=null;
6214: l_expiration_date DATE;
6215: l_vendor_id NUMBER;
6216: x_resultout varchar2(100):=null;
6217: l_users WF_DIRECTORY.UserTable;
6218: l_user_name varchar2(100);
6219: t_document_type po_document_types_all.document_type_code%TYPE := null;
6220: u1 pls_integer := 0;
6221: --Bug 6722239 - End

Line 6624: WF_DIRECTORY.CreateAdHocRole2(l_role_name,

6620: else
6621: l_expiration_date:=null;
6622: end if;
6623:
6624: WF_DIRECTORY.CreateAdHocRole2(l_role_name,
6625: l_role_display_name,
6626: null,
6627: null,
6628: null,

Line 6647: wf_directory.GetUserName ( p_orig_system => 'PER',

6643: END LOOP;
6644: CLOSE getChangeRespBy;
6645:
6646: IF(l_responded_by_id = l_buyer_agent_id) THEN
6647: wf_directory.GetUserName ( p_orig_system => 'PER',
6648: p_orig_system_id => l_buyer_agent_id,
6649: p_name => l_buyer_username,
6650: p_display_name => l_buyer_disp_name);
6651: ELSE

Line 6652: wf_directory.GetUserName ( p_orig_system => 'PER',

6648: p_orig_system_id => l_buyer_agent_id,
6649: p_name => l_buyer_username,
6650: p_display_name => l_buyer_disp_name);
6651: ELSE
6652: wf_directory.GetUserName ( p_orig_system => 'PER',
6653: p_orig_system_id => l_responded_by_id,
6654: p_name => l_buyer_username,
6655: p_display_name => l_buyer_disp_name);
6656: END IF;

Line 7099: wf_directory.GetUserName ( p_orig_system => 'PER',

7095: CLOSE getChangeRespBy;
7096:
7097: IF(l_responded_by_id = l_buyer_agent_id) THEN
7098:
7099: wf_directory.GetUserName ( p_orig_system => 'PER',
7100: p_orig_system_id => l_buyer_agent_id,
7101: p_name => l_buyer_username,
7102: p_display_name => l_buyer_disp_name);
7103: ELSE

Line 7104: wf_directory.GetUserName ( p_orig_system => 'PER',

7100: p_orig_system_id => l_buyer_agent_id,
7101: p_name => l_buyer_username,
7102: p_display_name => l_buyer_disp_name);
7103: ELSE
7104: wf_directory.GetUserName ( p_orig_system => 'PER',
7105: p_orig_system_id => l_responded_by_id,
7106: p_name => l_buyer_username,
7107: p_display_name => l_buyer_disp_name);
7108: END IF;

Line 7945: wf_directory.GetUserName ( p_orig_system => 'PER',

7941:
7942: l_progress := '003';
7943:
7944: -- Get Buyer UserName:
7945: wf_directory.GetUserName ( p_orig_system => 'PER',
7946: p_orig_system_id => l_buyer_agent_id,
7947: p_name => l_buyer_username,
7948: p_display_name => l_buyer_disp_name);
7949:

Line 8286: wf_directory.GetInfoFromMail. So, watch for fixes by wf in this part

8282: l_start pls_integer;
8283: l_end pls_integer;
8284: begin
8285: /* This part of the code is copied from the procedure
8286: wf_directory.GetInfoFromMail. So, watch for fixes by wf in this part
8287: of the code.
8288: */
8289:
8290: -- strip off the unwanted info from email. Emails from the mailer

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

8736: l_action := 'ANSWER';
8737: end if;
8738:
8739:
8740: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_NEW_ROLE, l_origsys, l_new_recipient_id);
8741: l_progress := 'PO_ChangeOrderWF_PVT.post_approval_notif: 02.';
8742:
8743: if (p_funcmode = 'RESPOND') then
8744: l_notification_id := WF_ENGINE.context_nid;