DBA Data[Home] [Help]

APPS.WF_NOTIFICATION dependencies on WF_DIG_SIG_EVIDENCE_STORE

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

6457: raise;
6458: end if;
6459: end;
6460:
6461: sig_id := WF_DIG_SIG_EVIDENCE_STORE.GetMostRecentSigID('WF_NTF', nid);
6462: begin
6463: -- #WF_SIG_ID may be defined as text or number... Now both will work
6464: -- Eventually should use GetAttrNumber
6465: l_attr_sigid := to_number(Wf_Notification.GetAttrText(nid, '#WF_SIG_ID'));

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

6475: if (sig_id = -1 or sig_id <> l_attr_sigid) then
6476: return FALSE;
6477: end if;
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;