ACA_CS_REL_AGILE_DESIGN

This is a table store Agile Design Object details and Relationship details.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_CS_REL_AGILE_DESIGN_PK

OBJECT_PK1, OBJECT_PK5

Columns

Name Datatype Length Precision Not-null Comments
OBJECT_PK1 NUMBER 18 Yes Stores the first primary key to uniquely identify the row.
OBJECT_PK2 NUMBER 18 Stores the second primary key to uniquely identify the row.
OBJECT_PK3 NUMBER 18 Stores the third unique value to identify the object.
OBJECT_PK4 NUMBER 18 Stores the fourth unique value to identify the object.
OBJECT_PK5 NUMBER 18 Yes Stores the fifth unique value to identify the object.
OBJECT_TYPE VARCHAR2 30 Yes Stores the object type used in the relationship table.
OBJECT_SUB_TYPE VARCHAR2 30 Stores the object sub type used in the relationship table.
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.
NAME VARCHAR2 100 Yes This column stores the Name of the Object.
DESCRIPTION VARCHAR2 240 This column stores the Description of the Object.
STATUS VARCHAR2 100 This column store the status of the Object.
VERSION VARCHAR2 100 This column store the Version of the Object.
AGILE_DESIGN_TYPE VARCHAR2 100 This column store the Agile Object Type.
AGILE_DESIGN_WORKFLOW_STATUS VARCHAR2 100 This column store the Agile Object Workflow Status.
AGILE_DESIGN_LINK_TYPE VARCHAR2 100 This column store the Agile Object Link Type.
AGILE_DESIGN_PUB_CHANGE VARCHAR2 100 This column store the Agile Object public change.
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
ACA_CS_REL_AGILE_DESIGN_U1 Unique Default OBJECT_PK1, OBJECT_PK5