ZCA_AG_ORCHESTRATION

This contains the metadata for all access group related ESS jobs.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_AG_ORCHESTRATION_PK

ORCHESTRATION_ID

Columns

Name Datatype Length Precision Not-null Comments
ORCHESTRATION_ID NUMBER 18 Yes Orchestration Id. System Generated Identifier and Primary Key.
OBJECT_TYPE VARCHAR2 128 The object for which the perform object sharing rule assignment process is scheduled or run.
ORCHESTRATION_JOB_ID NUMBER 18 The RequestId of the Orchestration Job which submitted the last run of the perform object sharing rule assignment process for the object.
ASSIGNMENT_JOB_ID NUMBER 18 The RequestId of the last run of the perform object sharing rule assignment process for the object.
LAST_ASSIGNMENT_START_TIME TIMESTAMP The start time of the last run of the perform object sharing rule assignment process for the object.
ASSIGNMENT_JOB_FREQUENCY NUMBER 18 The frequency of the perform object sharing rule assignment process for the object.
LAST_PUBLISH_TIME TIMESTAMP This field will be populated by the publish job. This is required for maintaining the data in the rules denorm table.
LAST_SYNC_TIME TIMESTAMP This represents the last synch time for an object.
SIGNAL_JOB_ID NUMBER 18 RequestId of the Job currently processing signals for the object.
SIGNAL_JOB_LAST_SUBMITTED TIMESTAMP Timestamp when the Job was last submitted.
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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_AG_ORCHESTRATION_PK Unique Default ORCHESTRATION_ID