DBA Data[Home] [Help]

APPS.GMD_SS_APPROVAL_WF_PKG dependencies on WF_RESOURCES

Line 109: from wf_Resources where name = 'WF_ADMIN_ROLE'

105: and lookup_code = p_time ;
106:
107: cursor get_from_role is
108: select nvl( text, '')
109: from wf_Resources where name = 'WF_ADMIN_ROLE'
110: and language = userenv('LANG') ;
111:
112: l_from_role varchar2(2000);
113: