PJT_CAL_INT_MESSAGES

This table stores messages for the ProjectCalendar Integration with the third party applications.

Details

  • Schema: FUSION

  • Object owner: PJT

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

PJT_CAL_INT_MESSAGES_PK

MESSAGE_ID

Columns

Name Datatype Length Precision Not-null Comments
MESSAGE_ID NUMBER 18 Yes System-generated unique Message ID.
ERROR_MESSAGE_ID NUMBER 18 FK to PJT_ERROR_MESSAGES TABLE(PJT_ERROR_MESSAGES.MESSAGE_ID).
JOB_ID NUMBER 18 Yes Job Identifier for the time service.
BATCH_NUMBER NUMBER 18 Batch identifer for the ESS job.
EXTERNAL_SOURCE_ID VARCHAR2 240 Yes External system identifier of the absences.
RESOURCE_ID NUMBER 18 Identifier of the resource.
ACTION VARCHAR2 30 Action performed on the received record for e.g 'DELETED' OR 'ADDED'
MESSAGE_TYPE VARCHAR2 30 Type of the message . For example : ERROR,INFO,WARNING,SUCCESS.
ABSENCE_TYPE VARCHAR2 240 Type of the absence returned from the HCM.
START_DATE_TIME TIMESTAMP Start date of the absence.
END_DATE_TIME TIMESTAMP End date of the absence.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.

Indexes

Index Uniqueness Tablespace Columns
PJT_CAL_INT_MESSAGES_U1 Unique Default MESSAGE_ID