# |
PeopleSoft Field Name |
PeopleSoft Field Type |
Database Column Type |
Description |
1 |
SCC_CRYPT_VAULT_ID |
Character(36) |
VARCHAR2(36) NOT NULL |
Encrypted Value Vault Foreign Key.
Store this foreign key in lieu of an encrypted value. Retrieve the actual encrypted value from the encryption vault using this key.
This is a UUID.
|
2 |
SCC_ALG_PARM_ID |
Number(3,0) |
SMALLINT NOT NULL |
Algorithm parameter ID
|
3 |
SCC_ALG_PARM_DESCR |
Character(50) |
VARCHAR2(50) NOT NULL |
Algorithm Parm Description
|
4 |
SCC_ALG_PARM_VALUE |
Long Character(1333) |
VARCHAR2(1333) |
Algorithm Parameter Value
|