DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_DIG_SIG_EVIDENCE_STORE

Line 6631: sig_id := WF_DIG_SIG_EVIDENCE_STORE.GetMostRecentSigID('WF_NTF', nid);

6627: raise;
6628: end if;
6629: end;
6630:
6631: sig_id := WF_DIG_SIG_EVIDENCE_STORE.GetMostRecentSigID('WF_NTF', nid);
6632: begin
6633: -- #WF_SIG_ID may be defined as text or number... Now both will work
6634: -- Eventually should use GetAttrNumber
6635: l_attr_sigid := to_number(Wf_Notification.GetAttrText(nid, '#WF_SIG_ID'));

Line 6649: WF_DIG_SIG_EVIDENCE_STORE.GetSigStatusInfo(sig_id, sig_status, creation_date,

6645: if (sig_id = -1 or sig_id <> l_attr_sigid) then
6646: return FALSE;
6647: end if;
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;