CST_PUBPUBLISHMESSAGE (ver 15.5.1)
This table is a standalone table and stores messages to describe results/outcomes from the publishing process. This table is available for all states/provinces and may or may not be utilized for your state/province.
Column Name | Version | Data Type | Description |
---|---|---|---|
ID | 15.5.1 | NUMBER(19,0) | The internal ID for the CST_PUBPUBLISHMESSAGE record to which the record is associated. Required. (Default – Next value in CST_PUBPUBLISHMESSAGE_SQ sequence) |
CST_PUBPUBLISHJOBID | 15.5.1 | NUMBER(19,0) | The internal ID for the CST_PUBPUBLISHJOB record to which the record is associated. Required. |
MESSAGETYPE | 15.5.1 | VARCHAR2(100) | The message type. Required. |
MESSAGE | 15.5.1 | VARCHAR2(4000) | The message. Required. |
MESSAGEREFERENCE | 15.5.1 | VARCHAR2(4000) | The message reference. |