DBA Data[Home] [Help]

APPS.POS_WCAPPROVE_PVT dependencies on WF_DIRECTORY

Line 1305: WF_DIRECTORY.GetUserName(l_orig_system,

1301:
1302: l_orig_system:= 'PER';
1303: l_progress := 'POS_WCAPPROVE_PVT.get_next_approver: 03.';
1304:
1305: WF_DIRECTORY.GetUserName(l_orig_system,
1306: l_next_approver_id,
1307: l_next_approver_user_name,
1308: l_next_approver_disp_name);
1309:

Line 2049: WF_DIRECTORY.GetUserName(l_orig_system,

2045: avalue => l_responder_id);
2046:
2047: l_orig_system:= 'PER';
2048:
2049: WF_DIRECTORY.GetUserName(l_orig_system,
2050: l_responder_Id,
2051: l_responder_user_name,
2052: l_responder_disp_name);
2053:

Line 2235: WF_DIRECTORY.GetUserName('PER',

2231: whether we user Employee-Supervisor hierarchy or Positional hierarchy .
2232: So passing 'PER' while in the below call.
2233: */
2234:
2235: WF_DIRECTORY.GetUserName('PER',
2236: l_current_approver.orig_system_id,
2237: l_current_approver.name,
2238: l_next_approver_disp_name);
2239:

Line 2512: Wf_Directory.GetRoleOrigSysInfo

2508: CLOSE c_responderid;
2509: END IF;
2510:
2511: if (l_more_info_role is not null) then
2512: Wf_Directory.GetRoleOrigSysInfo
2513: (l_more_info_role,
2514: l_more_origsys,
2515: l_more_origsysid);
2516: end if;

Line 2793: WF_DIRECTORY.GetUserName(p_orig_system,

2789: l_api_name,'Enter in get_user_name '
2790: || l_progress);
2791: END IF;
2792:
2793: WF_DIRECTORY.GetUserName(p_orig_system,
2794: p_employee_id,
2795: x_username,
2796: x_user_display_name);
2797:

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

3171: IF (g_asn_debug = 'Y') THEN
3172: debug_log(FND_LOG.LEVEL_STATEMENT,l_api_name,'l_shipment_header_id ' ||l_shipment_header_id);
3173: END IF;
3174:
3175: Wf_Directory.GetRoleOrigSysInfo(WF_ENGINE.CONTEXT_NEW_ROLE, l_origsys, l_new_recipient_id);
3176:
3177: l_progress := 'POS_WCAPPROVE_PVT.post_approval_notif: 02.';
3178:
3179: select max(sequence_num)