PER_ASG_PROPAGATE_UPDATES

This custom staging and tracking table stores the execution status and metadata for attribute updates propagated from a source date-effective record to all future splits for a specific assignment.

Details

  • Schema: FUSION

  • Object owner: PER

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

per_asg_propagate_updates_PK

ASG_PROPAGATE_UPDATE_ID

Columns

Name Datatype Length Precision Not-null Comments
ASG_PROPAGATE_UPDATE_ID NUMBER 18 Yes System generated primary key for the assignment propagation update.
TRANSACTION_ID NUMBER 18 Identifier of the transaction that initiated the propagation process.
ACTION_OCCURRENCE_ID NUMBER 18 Identifier of the action occurrence record associated with the transaction.
ACTION_ID NUMBER 18 Identifier for the action that triggered the assignment update.
ACTION_CODE VARCHAR2 30 User defined code representing the action performed, such as PROMOTION or TRANSFER.
ACTION_REASON_ID NUMBER 18 Identifier for the reason associated with the action.
ACTION_REASON_CODE VARCHAR2 30 User defined code representing the reason for the action.
ASSIGNMENT_ID NUMBER 18 Identifier for the employee assignment being updated.
PERSON_ID NUMBER 18 Identifier for the person associated with the assignment.
ASSIGNMENT_MODIFIED_ATTRIBUTES CLOB Technical log containing the list of assignment attributes modified during the transaction.
EFFECTIVE_DATE DATE Date when the changes from the main transaction become effective.
TOTAL_RECORD_COUNT NUMBER 10 Total number of future dated assignment records identified for propagation.
SUCCESS_RECORD_COUNT NUMBER 10 Number of future dated assignment records successfully updated.
STATUS VARCHAR2 30 Current state of the propagation process, such as SUCCESS or ERROR.
ERROR_MESSAGES VARCHAR2 4000 Text of the error message encountered during the propagation process.
ERROR_MESSAGE_CODE VARCHAR2 200 Identification code of the error message.
ERROR_STACK CLOB Detailed technical trace of the error encountered during processing.
ERROR_MESSAGE_SOURCE VARCHAR2 200 Name of the component or module that generated the error.
ERROR_MESSAGE_CAUSE VARCHAR2 4000 Description of the underlying cause for the error.
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.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
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.
RECORD_CREATOR VARCHAR2 100 Identifier of the record creator of the transaction.
ENTERPRISE_ID NUMBER 18 Identifier of Enterprise, used for multi-tenancy partitioning.
ERROR_EFFECTIVE_START_DATE DATE Effective start date of the specific record where the propagation failed.
ERROR_EFFECTIVE_END_DATE DATE Effective end date of the specific record where the propagation failed.
ERROR_EFFECTIVE_SEQUENCE NUMBER 4 Effective sequence of the record that encountered an error.
ERROR_EFFECTIVE_LATEST_CHANGE VARCHAR2 30 Indicates if the errored record was the latest effective change for the assignment.
RUN_ID NUMBER 18 Identifier for the batch process run.
ECID VARCHAR2 200 Execution Context ID used for end-to-end tracing of the request.

Indexes

Index Uniqueness Tablespace Columns
PER_ASG_PROPAGATE_UPDATES_PK Unique FUSION_TS_TX_IDX ASG_PROPAGATE_UPDATE_ID
per_asg_propagate_updates_N1 Non Unique FUSION_TS_TX_IDX ASSIGNMENT_ID