DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_SIGNATURE_POLICIES

Line 9067: from WF_SIGNATURE_POLICIES

9063:
9064: --select the flavors corresponding to the sig policy
9065: select SIG_REQUIRED,FWK_SIG_FLAVOR,EMAIL_SIG_FLAVOR, RENDER_HINT
9066: into p_sig_required,p_fwk_sig_flavor,p_email_sig_flavor,p_render_hint
9067: from WF_SIGNATURE_POLICIES
9068: where sig_policy=UPPER(TRIM(v_sig_policy));
9069:
9070: --when any exception raise the error with the corresponding notification id
9071: