IBY_SECURITY_SEGMENTS
Holds encrypted data such as credit card, debit card and bank account numbers. It also holds encrypted security codes for credit cards.
Details
-
Schema: FUSION
-
Object owner: IBY
-
Object type: TABLE
-
Tablespace: APPS_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
IBY_SECURITY_SEGMENTS_PK |
SEC_SEGMENT_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
SEC_SEGMENT_ID | NUMBER | 18 | Yes | Primary key of the entity | |
SEGMENT_CIPHER_TEXT | RAW | 512 | Cipher text of encrypted data | ||
SEC_SUBKEY_ID | NUMBER | 18 | Yes | Identifier of the sub-key encrypting the data | |
ENCODING_SCHEME | VARCHAR2 | 30 | Yes | Binary encoding scheme used with data | |
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
CC_NUMBER_HASH1 | VARCHAR2 | 30 | No longer used | ||
CC_NUMBER_HASH2 | VARCHAR2 | 30 | No longer used | ||
CC_ISSUER_RANGE_ID | NUMBER | 18 | No longer used | ||
CC_NUMBER_LENGTH | NUMBER | 18 | No longer used | ||
CC_UNMASK_DIGITS | VARCHAR2 | 4 | No longer used |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
IBY_SECURITY_SEGMENTS | iby_sys_security_subkeys | SEC_SUBKEY_ID |
iby_creditcard | iby_security_segments | CC_NUM_SEC_SEGMENT_ID |
iby_security_upg | iby_security_segments | UPG_SEGMENT_ID |
iby_transmit_values | iby_security_segments | TRANSMIT_VALUE_ID |
iby_ext_bank_accounts | iby_security_segments | BA_NUM_SEC_SEGMENT_ID |
iby_ext_bank_accounts | iby_security_segments | IBAN_SEC_SEGMENT_ID |
iby_ext_bank_accounts | iby_security_segments | BA_NUM_ELEC_SEC_SEGMENT_ID |
iby_bep_acct_opt_vals | iby_security_segments | BEP_ACCOUNT_ID |
iby_trxn_summaries_all | iby_security_segments | INSTRNUM_SEC_SEGMENT_ID |
iby_fndcpt_tx_extensions | iby_security_segments | INSTR_CODE_SEC_SEGMENT_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
IBY_SECURITY_SEGMENTS_U1 | Unique | Default | SEC_SEGMENT_ID |