DBA Data[Home] [Help]

APPS.WF_DIG_SIG_EVIDENCE_STORE dependencies on WF_DIG_CERTS

Line 247: from wf_dig_sigs S, wf_dig_certs C

243:
244: begin
245: Select c.Owner_domain, c.Owner_ID
246: into SignerType, SignerID
247: from wf_dig_sigs S, wf_dig_certs C
248: where S.Sig_Id = SigID
249: and S.cert_id = C.cert_id;
250:
251: exception

Line 276: from wf_dig_certs

272:
273: begin
274: Select Cert_Type
275: into retval
276: from wf_dig_certs
277: where Cert_Id = CertID;
278:
279: return retval;
280: exception