AB_PASISTATUSARGUMENT
This table stores arguments for core alerts.
Column Name | Version | Data Type | Description |
---|---|---|---|
AB_PASIStatusArgumentID | 13.0.0 | NUMBER(19,0) | Primary Key |
ArgumentKey | 13.0.0 | Varchar2(250) | Key value of the associated status argument. |
ArgumentValue | 13.0.0 | Varchar2(250) | Value associated to the argument key. |
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 |