AB_PASI_MAXIDVERSION
This table stores PASI IsDataAvailable - core version of last request.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_PASIMaxIDVersionID | 13.0.0 | NUMBER(19,0) | Primary Key |
ProcessName | 13.0.0 | Varchar2(50) | Name of the process (appended with a year if required). |
CoreVersion | 13.0.0 | NUMBER(19,0) | Unique number allowing easy identification of when an entity has changed. |
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 |