DBA Data[Home] [Help]

APPS.PO_CHANGEORDERWF_PVT dependencies on FND_RESPONSIBILITY

Line 7899: fnd_responsibility fr,

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
7903: and wur.role_orig_system = 'FND_RESP'

Line 7948: fnd_responsibility fr,

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
7952: and fu.user_id = l_user_id