AB_PASICONFIG
This table stores PASI Configuration Information – contains all the parameters used in setting up PASI Direct Connect.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_PASIConfigID | 13.0.0 | NUMBER(19,0) | Primary Key |
ConfigName | 13.0.0 | Varchar2(50) | Name of property being configured. |
ConfigValue | 13.0.0 | Varchar2(250) | Properties configured value. |
WhoCreated | 13.0.0 | Varchar2(100) | The name of the person who created the record. Defaults to user. |
WhenCreated | 13.0.0 | TIMESTAMP(6) | The date and time the record was created. Defaults to system date. |
WhoModified | 13.0.0 | Varchar2(100) | The name of person who modified the record. Defaults to user. |
WhenModified | 13.0.0 | TIMESTAMP(6) | The date and time the record was modified. Defaults to system date |