DBA Data[Home] [Help]

APPS.GMD_SS_BATCH_WF_PKG dependencies on WF_RESOURCES

Line 85: from wf_Resources

81: and f.language = userenv('LANG') ;
82:
83: cursor get_from_role is
84: select nvl( text, '')
85: from wf_Resources
86: where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE
87: and language = userenv('LANG'); --Bug# 4594306. Added this condition.
88:
89: l_from_role varchar2(240);