PO_NOTIFICATION_HTMLBODY_TABLE

The PO_NOTIFICATION_HTMLBODY_TABLE table stores the XHTML body of the original notification object that the post office component aggregates. All other information about the notification is stored in the PO_NOTIFICATION_TABLE table.

Column Name Description Data type
NOTIFICATION_ID* A unique ID that identifies this particular notification (this ID is the same value that exists in the PO_NOTIFICATION_TABLE table. References PO_NOTIFICATION_TABLE(NOTIFICATION_ID). Primary key. Numeric
HTMLBODY The XHTML body of the original notification message that post office intercepted. Long Character

* Indicates the column is required and not null.

Parent topic: Post office tables