AB_CRED_REQ_EXEMPT
This table stores credential requirements exemption data – for future use.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Cred_Req_ExemptID | 16.5.0 | NUMBER(19,0) | Primary Key |
Exempt_Details | 16.5.0 | Varchar2(255) | Detailed description of the exemption. |
Exempt_Reason | 16.5.0 | Varchar2(255) | Reason the exemption was submitted. |
Exempt_Status | 16.5.0 | Varchar2(255) | Identifies exemption's current status. |
Is_Deleted | 16.5.0 | NUMBER(1,0) | Indicates whether this record is deleted. Valid values: 1=Yes, 0=No. Required. |
PASI_CoreVersion | 16.5.0 | NUMBER(19,0) | Unique number allowing for easy identification of when an entity has changed. |
Trans_Cred_Req_ExID | 16.5.0 | NUMBER(19,0) | The AB_TRANS_CRED_REQ_EXID from the AB_TRANS_CRED_REQ_EX table |
WhoCreated | 16.5.0 | Varchar2(100) | The name of the person who created the record. Defaults to the user. |
WhenCreated | 16.5.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 16.5.0 | Varchar2(100) | The name of the person who modified the record. Defaults to the user. |
WhenModified | 16.5.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date. |