DBA Data[Home] [Help]

APPS.GMD_QMSMC dependencies on WF_RESOURCES

Line 513: from wf_Resources

509: and retain_as is NULL;
510:
511: CURSOR get_from_role is
512: select nvl(text, '')
513: from wf_Resources
514: where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE
515: and language = userenv('LANG');
516:
517: -- Bug 4165704 - org_id should be in rcv_transactions table, but since it isn't

Line 2429: from wf_Resources

2425: and retain_as is NULL;
2426:
2427: CURSOR get_from_role is
2428: select nvl(text, '')
2429: from wf_Resources
2430: where name = 'WF_ADMIN_ROLE' --RLNAGARA B5654562 Changed from WF_ADMIN to WF_ADMIN_ROLE
2431: and language = userenv('LANG');
2432:
2433: -- replace below cursor Cur_pending_lot used for bug 8942353 with this one below for bug 14482022