DBA Data[Home] [Help]

APPS.GMD_QMSED dependencies on WF_RESOURCES

Line 58: from wf_Resources where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE

54: l_sampling_plan_id number;
55:
56: cursor get_from_role is
57: select nvl( text, '')
58: from wf_Resources where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE
59: and language = userenv('LANG') ;
60:
61: l_from_role varchar2(2000);
62: