DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_DIGITAL_SECURITY_PRIVATE

Line 6652: if (sig_status >= WF_DIGITAL_SECURITY_PRIVATE.STAT_AUTHORIZED) then

6648:
6649: WF_DIG_SIG_EVIDENCE_STORE.GetSigStatusInfo(sig_id, sig_status, creation_date,
6650: signed_date, verified_date, lastAttVal_date, validated_date,
6651: ebuf, estack);
6652: if (sig_status >= WF_DIGITAL_SECURITY_PRIVATE.STAT_AUTHORIZED) then
6653: return TRUE;
6654: end if;
6655: return FALSE;
6656: end if;