DBA Data[Home] [Help]

APPS.WF_STANDARD dependencies on WF_RESOURCES

Line 3817: from wf_resources

3813:
3814: -- Get WF Admin Role to receive error notification
3815: select text
3816: into l_error_recipient
3817: from wf_resources
3818: where name = 'WF_ADMIN_ROLE'
3819: and language = userenv('LANG');
3820:
3821: -- If WF Admini Role is '*', then set the recipient as SYSADMIN