DBA Data[Home] [Help]

APPS.WF_DIGITAL_SECURITY_PRIVATE dependencies on WF_DIG_CERTS_S

Line 236: (select P_User, wf_dig_certs_s.nextval,'PSIG', wf_dig_certs_s.currval,

232:
233: insert into wf_dig_certs (cert,cert_id,cert_type,parent_cert_id,
234: owner_id, owner_domain, valid, sot_flag, intermediate_flag,
235: fingerprint, expire)
236: (select P_User, wf_dig_certs_s.nextval,'PSIG', wf_dig_certs_s.currval,
237: U.User_ID, 'U', 'Y', 'Y', 'N', P_User, null
238: from fnd_user U
239: where user_name = P_User
240: and not exists

Line 640: SELECT wf_dig_certs_s.nextval

636: end if;
637: end if;
638:
639: --get the next value from the sequence for the cert_id
640: SELECT wf_dig_certs_s.nextval
641: INTO seqVal
642: FROM DUAL;
643:
644: --insert the certificate into the table