DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on WF_LOCAL_USER_ROLES

Line 7898: from wf_local_user_roles wur,

7894:
7895: cursor l_get_user_info_csr
7896: is
7897: select fr.responsibility_id,fu.user_id
7898: from wf_local_user_roles wur,
7899: fnd_responsibility fr,
7900: financials_system_params_all fsp,
7901: fnd_user fu
7902: where wur.user_name = fu.user_name

Line 7947: from wf_local_user_roles wur,

7943: FND_PROFILE.GET('RESP_ID', l_resp_id);
7944:
7945: select MIN(fr.responsibility_id)
7946: into l_resp_id
7947: from wf_local_user_roles wur,
7948: fnd_responsibility fr,
7949: financials_system_params_all fsp,
7950: fnd_user fu
7951: where wur.user_name = fu.user_name