DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on WF_RESOURCES

Line 419: from wf_Resources

415: and retain_as is NULL ;
416:
417: CURSOR get_from_role is
418: select nvl( text, '')
419: from wf_Resources
420: where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE
421: and language = userenv('LANG') ;
422:
423:

Line 2165: from wf_Resources

2161: and retain_as is NULL ;
2162:
2163: CURSOR get_from_role is
2164: select nvl( text, '')
2165: from wf_Resources
2166: where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE
2167: and language = userenv('LANG') ;
2168:
2169: