DBA Data[Home] [Help]

APPS.OKC_WF_K_APPROVE dependencies on WF_USERS

Line 412: from wf_user_roles r, wf_users u

408: /* the cursor changed because of bug#2316572 -- INCORRECT APPROVER NAME FOR FORWARDED CONTRACT APPROVAL
409: cursor Actual_Performer_csr is
410: select --+ORDERED
411: u.name, u.display_name
412: from wf_user_roles r, wf_users u
413: where r.role_name=l_name
414: and r.USER_ORIG_SYSTEM=u.ORIG_SYSTEM
415: and r.USER_ORIG_SYSTEM_ID=u.ORIG_SYSTEM_ID
416: and

Line 429: wf_users u

425: cursor Actual_Performer_csr is
426: select --+ORDERED
427: u.name, u.display_name
428: from
429: wf_users u
430: where
431: (
432: (l_context not like 'email:%' and u.NAME=l_context)
433: or

Line 497: wf_users u

493: cursor Actual_Performer_csr is
494: select --+ORDERED
495: u.name, u.display_name
496: from
497: wf_users u
498: where
499: (
500: (l_context not like 'email:%' and u.NAME=l_context)
501: or