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 |
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 | Yes | Relationship Id is a foreign key referencing to ACA_CS_RELATIONSHIP RelationshipId | |
| 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. | |
| SRC_OBJ_TYPE | VARCHAR2 | 30 | Yes | This column persists the type of the driving object. | |
| SRC_OBJ_TO_STATUS_CODE | NUMBER | Yes | This column persists the status code of the controlling object. | ||
| DEST_OBJ_TYPE | VARCHAR2 | 30 | Yes | This column persists the type of the target object. | |
| DEST_OBJ_TO_STATUS_CODE | NUMBER | Yes | This column persists the status code of target object. | ||
| 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. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| ACA_CS_REL_RULES | aca_cs_relationship | RELATIONSHIP_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| ACA_CS_REL_RULES_FK | Non Unique | Default | RELATIONSHIP_ID |
| ACA_CS_REL_RULES_N1 | Non Unique | Default | SRC_OBJ_TYPE, RELATIONSHIP_ID, DEST_OBJ_TYPE |
| ACA_CS_REL_RULES_PK | Unique | Default | RELATIONSHIP_RULE_ID |