ACA_DOCUMENT_STRUCTURE

The ACA_DOCUMENT_STRUCTURE table records parent-children relationship for Document objects.

Details

  • Schema: FUSION

  • Object owner: ACA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACA_DOCUMENT_STRUCTURE_PK

DOCUMENT_STRUCTURE_ID

Columns

Name Datatype Length Precision Not-null Comments Status
DOCUMENT_STRUCTURE_ID NUMBER 18 Yes Structure row id, identify this specific row.
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.
PARENT_DOCUMENT_ID NUMBER 18 For identifying the parent document for this structure row. Obsolete
PARENT_VERSION_ID NUMBER 18 For identifying the parent document version for this structure row. Obsolete
CHILD_DOCUMENT_ID NUMBER 18 For identifying the child document for a document. Obsolete
CHILD_VERSION_ID NUMBER 18 For identifying the child document for a document. Obsolete
START_EFFECTIVE_DATE DATE The start effective date of the parent-children relationship for Document objects.
END_EFFECTIVE_DATE DATE The end effective date of the parent-children relationship for Document objects.
PARENT_DOCUMENT_VERSION_ID NUMBER 18 Yes Document version id of the parent element
CHILD_DOCUMENT_VERSION_ID NUMBER 18 Yes Document version id of the child element
FROM_CONTEXT_ACTION_ID NUMBER 18 The Context Action that marked the begin of this component in the structure.
UNTIL_CONTEXT_ACTION_ID NUMBER 18 The Context Action that marked the end of this component in the structure.
SEQUENCE_NUMBER NUMBER 9 For identifying a specific row in the document structure table.
QUANTITY NUMBER The quantity of the structure component.
STR_TYPE VARCHAR2 30 The type of the structure component.
DOCUMENT_SNAPSHOT VARCHAR2 256 Name of snapshot if assigned to one
RELATIONSHIP_TYPE VARCHAR2 32 Identifier for CAD structure and BOM structure resolution
FILENAME VARCHAR2 2048 filename of the referenced child at time of saving the parent
TRANSFORMATION01 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION02 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION03 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION04 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION05 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION06 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION07 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION08 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION09 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION10 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION11 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION12 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION13 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION14 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION15 NUMBER Transformation matrix (orientation of child in parent)
TRANSFORMATION16 NUMBER Transformation matrix (orientation of child in parent)
COMPONENT VARCHAR2 256 Component identifier in CAD parent file
DOCUMENT_REFERENCE VARCHAR2 256 Reference set displayed or simplified rep assignment
PARENT_CONFIGURATION VARCHAR2 512 The configuration context of the parent document.
CHILD_CONFIGURATION VARCHAR2 512 The configuration context of the child document.
FROM_DOCUMENT_STRUCTURE_ID NUMBER 18 The document structure Id of the original document in structure.
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_DOCUMENT_STRUCTURE aca_document_version_b PARENT_DOCUMENT_VERSION_ID
ACA_DOCUMENT_STRUCTURE aca_context_action FROM_CONTEXT_ACTION_ID
ACA_DOCUMENT_STRUCTURE aca_context_action UNTIL_CONTEXT_ACTION_ID

Indexes

Index Uniqueness Tablespace Columns
ACA_DOCUMENT_STRUCTURE_N1 Non Unique Default FROM_DOCUMENT_STRUCTURE_ID
ACA_DOCUMENT_STRUCTURE_N2 Non Unique Default PARENT_DOCUMENT_VERSION_ID
ACA_DOCUMENT_STRUCTURE_N3 Non Unique Default FROM_CONTEXT_ACTION_ID
ACA_DOCUMENT_STRUCTURE_N4 Non Unique Default UNTIL_CONTEXT_ACTION_ID
ACA_DOCUMENT_STRUCTURE_N5 Non Unique Default CHILD_DOCUMENT_VERSION_ID
ACA_DOCUMENT_STRUCTURE_U1 Unique Default DOCUMENT_STRUCTURE_ID