DBA Data[Home] [Help]

APPS.GMD_QMREJ dependencies on WF_RESOURCES

Line 136: from wf_Resources

132: where sampling_event_id = l_event_key ;
133:
134: cursor get_from_role is
135: select nvl( text, '')
136: from wf_Resources
137: where name = 'WF_ADMIN_ROLE' ;
138:
139: l_from_role varchar2(240);
140: