DBA Data[Home] [Help]

APPS.GMD_QM_UOM dependencies on WF_RESOURCES

Line 236: from wf_Resources where name = 'WF_ADMIN_ROLE'

232:
233:
234: cursor get_from_role is
235: select nvl( text, '')
236: from wf_Resources where name = 'WF_ADMIN_ROLE'
237: and language = userenv('LANG') ;
238:
239: l_from_role varchar2(240);
240: l_conversion varchar2(2000);