AB_PASI_LOG_QUEUE
This table stores PASI log queue information.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_Course_SeqID | 13.0.0 | NUMBER(19,0) | Primary Key |
Log | 13.0.0 | Varchar2(30) | Name of the file being logged. |
Message | 13.0.0 | CLOB | Message being logged. |
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 |