FFS_QBI_CAR_TREE_NODE

Stores all the CAR tree nodes (CARs, sub-CAR, and groups).

Details

  • Schema: FUSION

  • Object owner: FFS

  • Object type: TABLE

  • Tablespace: DATA

Primary Key

Name Columns

FFS_QBI_CAR_TREE_NODE_PK

NODE_ID

Columns

Name Datatype Length Precision Not-null Comments
NODE_ID NUMBER 10 Yes Primary Key. Unique identifies capacity area tree node.
PARENT_ID NUMBER 10 Yes Reference to parent node identifier. Zero value means that this node is located on the top level of hierarchy.
TYPE VARCHAR2 8 Type description of this node. It can be 'group', 'area' and 'sub-area'.
STATUS VARCHAR2 8 Status of this node. By default, inactive items are not shown on the Quota screen.
NAME VARCHAR2 1020 Name of this node defined by customer.
LABEL VARCHAR2 1020 Unique label ; The 'unique' constraint is applied to: (1) all capacity areas (regardless status), (2) all capacity sub-areas (regardless status), (3) all capacity area groups (regardless status). The constraint is case-insensitive.
RESOURCE_ID NUMBER 10 Yes Foreign Key. Points to RESOURCE_ID in FFS_RESOURCE.
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
FFS_QBI_CAR_TREE_NODE_N1 Non Unique DATA PARENT_ID
FFS_QBI_CAR_TREE_NODE_PK Unique DATA NODE_ID