DBA Data[Home] [Help]

APPS.GMD_SS_TIMEPOINT_WF_PKG dependencies on WF_RESOURCES

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

124: where sampling_event_id = se_id ;
125:
126: cursor get_from_role is
127: select nvl( text, '')
128: from wf_Resources where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE
129: AND language = userenv('LANG'); -- Added 10/20/2005
130:
131: l_from_role varchar2(240);
132: