DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_NTF_SECURITY_POLICIES

Line 7579: FROM wf_ntf_security_policies

7575: -- If the policy is not seeded, default it to Y to allow email
7576: begin
7577: SELECT email_allowed
7578: INTO l_email_allowed
7579: FROM wf_ntf_security_policies
7580: WHERE policy_name = l_sec_policy;
7581: exception
7582: when others then
7583: Wf_Core.Token('NID', to_char(p_nid));