DBA Data[Home] [Help]

APPS.MSC_WS_NOTIFICATION_BPEL dependencies on WF_LOCAL_ROLES

Line 24: from wf_local_roles

20: v_role_email := upper ( wf_engine.getitemattrtext( itemtype => itemtype, itemkey =>itemkey, aname => 'SEND_TO_EMAIL'));
21:
22: select count(*)
23: into n_ctr
24: from wf_local_roles
25: where name = v_role_email;
26:
27: if n_ctr = 0
28: then