DBA Data[Home] [Help]

APPS.WF_MAIL dependencies on WF_NTF_SECURITY_POLICIES

Line 7288: FROM wf_ntf_security_policies

7284: -- If the policy is not seeded, default it to Y to allow email
7285: begin
7286: SELECT email_allowed
7287: INTO l_email_allowed
7288: FROM wf_ntf_security_policies
7289: WHERE policy_name = l_sec_policy;
7290: exception
7291: when others then
7292: Wf_Core.Token('NID', to_char(p_nid));