DBA Data[Home] [Help]

APPS.GMDQSVRS_APPROVAL_WF_PKG dependencies on WF_RESOURCES

Line 333: from wf_Resources where name = 'WF_ADMIN_ROLE'

329: -- INVCONV, NSRIVAST, END
330:
331: cursor get_from_role is
332: select nvl( text, '')
333: from wf_Resources where name = 'WF_ADMIN_ROLE'
334: and language = userenv('LANG') ;
335:
336: l_from_role varchar2(2000);
337: