HRC_MESSAGE_DELIVERY
Table to track the messages delivery
Details
-
Schema: FUSION
-
Object owner: HRC
-
Object type: TABLE
-
Tablespace: hrc_message_delivery
Primary Key
| Name | Columns |
|---|---|
|
HRC_MESSAGE_DELIVERY_PK |
MESSAGE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| MESSAGE_ID | NUMBER | Yes | Message Id | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| COMMUNICATION_ID | NUMBER | 24 | Communication Id forign key | ||
| DELIVERY_STATUS | VARCHAR2 | 20 | Delivery Status | ||
| COMMUNICATION_TYPE | VARCHAR2 | 100 | Communication Type | ||
| COMMUNICATION_ADDRESS | VARCHAR2 | 1000 | Communication Address phone number, device id etc | ||
| DELIVERY_TRACKER_ID | VARCHAR2 | 1000 | Delivery tracker ID | ||
| DELIVERY_TYPE | VARCHAR2 | 20 | Delivery Type | ||
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| HRC_MESSAGE_DELIVERY_FK1 | Non Unique | HRC_MESSAGE_DELIVERY_FK1 | COMMUNICATION_ID |
| HRC_MESSAGE_DELIVERY_PK | Unique | HRC_MESSAGE_DELIVERY_PK | MESSAGE_ID |