ACA_CS_REL_RULES_

This is a table stores the relationship rules. Provides details of the rule like relationship_id, source object type and status code, destination object type and status code

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_CS_REL_RULES_PK_

LAST_UPDATE_DATE, LAST_UPDATED_BY, RELATIONSHIP_RULE_ID

Columns

Name Datatype Length Precision Not-null Comments
RELATIONSHIP_RULE_ID NUMBER 18 Yes Relationship Rule Id is the Primary Key.As an internal ID used to uniquely identify the object, its values are governed by the global Fusion sequence generator
RELATIONSHIP_ID NUMBER 18 Relationship Id is a foreign key referencing to ACA_CS_RELATIONSHIP RelationshipId
OBJECT_VERSION_NUMBER NUMBER 9 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.
SRC_OBJ_TYPE VARCHAR2 30 This column persists the type of the driving object.
SRC_OBJ_TO_STATUS_CODE NUMBER This column persists the status code of the controlling object.
DEST_OBJ_TYPE VARCHAR2 30 This column persists the type of the target object.
DEST_OBJ_TO_STATUS_CODE NUMBER This column persists the status code of target object.
CREATED_BY VARCHAR2 64 Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP 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.
AUDIT_ACTION_TYPE_ VARCHAR2 10 Action Type - have values like INSERT, UPDATE and DELETE.
AUDIT_CHANGE_BIT_MAP_ VARCHAR2 1000 Used to store a bit map of 1s and 0s for each column in the table.
AUDIT_IMPERSONATOR_ VARCHAR2 64 Original Impersonator User.

Indexes

Index Uniqueness Tablespace Columns
ACA_CS_REL_RULES_N1_ Non Unique Default RELATIONSHIP_ID, SRC_OBJ_TYPE, DEST_OBJ_TYPE
ACA_CS_REL_RULES_U1_ Unique Default LAST_UPDATE_DATE, LAST_UPDATED_BY, RELATIONSHIP_RULE_ID