DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_DIGITAL_SECURITY_PRIVATE

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

6478:
6479: WF_DIG_SIG_EVIDENCE_STORE.GetSigStatusInfo(sig_id, sig_status, creation_date,
6480: signed_date, verified_date, lastAttVal_date, validated_date,
6481: ebuf, estack);
6482: if (sig_status >= WF_DIGITAL_SECURITY_PRIVATE.STAT_AUTHORIZED) then
6483: return TRUE;
6484: end if;
6485: return FALSE;
6486: end if;