DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_SIGNATURE_POLICIES

Line 9315: from WF_SIGNATURE_POLICIES

9311:
9312: --select the flavors corresponding to the sig policy
9313: select SIG_REQUIRED,FWK_SIG_FLAVOR,EMAIL_SIG_FLAVOR, RENDER_HINT
9314: into p_sig_required,p_fwk_sig_flavor,p_email_sig_flavor,p_render_hint
9315: from WF_SIGNATURE_POLICIES
9316: where sig_policy=UPPER(TRIM(v_sig_policy));
9317:
9318: --when any exception raise the error with the corresponding notification id
9319: