DBA Data[Home] [Help]

APPS.WF_WORKLIST_ENGINE dependencies on WF_USER_ROLES

Line 88: from WF_USER_ROLES

84: tmproles varchar2(6000); -- temp variables to stored the expanded role
85:
86: cursor rolecur(osys varchar2, osysid number, uname varchar2) is
87: select ROLE_NAME
88: from WF_USER_ROLES
89: where USER_ORIG_SYSTEM = osys
90: and USER_ORIG_SYSTEM_ID = osysid
91: and USER_NAME = uname;
92: begin