DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on WF_ROLES

Line 8705: l_new_recipient_id wf_roles.orig_system_id%TYPE;

8701: l_forwardTo varchar2(240);
8702: l_result varchar2(100);
8703: l_forward_to_username_response varchar2(240) :='';
8704: l_action po_action_history.action_code%TYPE;
8705: l_new_recipient_id wf_roles.orig_system_id%TYPE;
8706: l_current_recipient_id wf_roles.orig_system_id%TYPE;
8707: l_origsys wf_roles.orig_system%TYPE;
8708:
8709: -- Declare following context setting variables.

Line 8706: l_current_recipient_id wf_roles.orig_system_id%TYPE;

8702: l_result varchar2(100);
8703: l_forward_to_username_response varchar2(240) :='';
8704: l_action po_action_history.action_code%TYPE;
8705: l_new_recipient_id wf_roles.orig_system_id%TYPE;
8706: l_current_recipient_id wf_roles.orig_system_id%TYPE;
8707: l_origsys wf_roles.orig_system%TYPE;
8708:
8709: -- Declare following context setting variables.
8710: l_responder_id fnd_user.user_id%TYPE;

Line 8707: l_origsys wf_roles.orig_system%TYPE;

8703: l_forward_to_username_response varchar2(240) :='';
8704: l_action po_action_history.action_code%TYPE;
8705: l_new_recipient_id wf_roles.orig_system_id%TYPE;
8706: l_current_recipient_id wf_roles.orig_system_id%TYPE;
8707: l_origsys wf_roles.orig_system%TYPE;
8708:
8709: -- Declare following context setting variables.
8710: l_responder_id fnd_user.user_id%TYPE;
8711: l_session_user_id NUMBER;