FND_TREE_STRUCTURE

This table defines a Tree Structure.

Details

  • Schema: FUSION

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_TREE_STRUCTURE_PK

TREE_STRUCTURE_CODE, ENTERPRISE_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
TREE_STRUCTURE_CODE VARCHAR2 30 Yes TREE_STRUCTURE_CODE
APPLICATION_ID NUMBER 18 Yes APPLICATION_ID
MODULE_ID VARCHAR2 32 Yes Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
STATUS VARCHAR2 30 Yes STATUS
SHARING_SCHEME VARCHAR2 30 Yes SHARING_SCHEME
CREATION_MODE VARCHAR2 30 Yes CREATION_MODE
CUSTOMIZABLE VARCHAR2 1 Yes CUSTOMIZABLE
PROTECTED_FLAG VARCHAR2 1 Yes PROTECTED_FLAG
TREE_NODE_TABLE VARCHAR2 30 Yes TREE_NODE_TABLE
ROW_FLATTENED_TABLE VARCHAR2 30 ROW_FLATTENED_TABLE
ID_COL_FLATTENED_TABLE VARCHAR2 30 ID_COL_FLATTENED_TABLE
REFRESH_INTERVAL VARCHAR2 30 REFRESH_INTERVAL
VERSIONING VARCHAR2 30 Yes VERSIONING
ALLOW_MULTIPLE_ROOT_NODES VARCHAR2 1 Yes ALLOW_MULTIPLE_ROOT_NODES
RESTRICT_BY_DATE VARCHAR2 1 Yes RESTRICT_BY_DATE
RESTRICT_BY_SETID VARCHAR2 1 Yes RESTRICT_BY_SETID
LABELING_SCHEME VARCHAR2 30 Yes LABELING_SCHEME
ALLOW_RAGGED_NODES VARCHAR2 1 Yes ALLOW_RAGGED_NODES
ALLOW_SKIP_LEVEL_NODES VARCHAR2 1 Yes ALLOW_SKIP_LEVEL_NODES
NUMBER_OF_TREES NUMBER 18 Yes NUMBER_OF_TREES
ALLOW_NODE_LEVEL_SECURITY VARCHAR2 1 Yes ALLOW_NODE_LEVEL_SECURITY
ALLOW_MULTIPLE_ACTIVE_VERS VARCHAR2 1 Yes ALLOW_MULTIPLE_ACTIVE_VERS
BI_VIEW_OBJECT_DEF_NAME VARCHAR2 1024 BI View def name if custom generated
TREE_NODE_VIEW_OBJECT_DEF_NAME VARCHAR2 1024 Tree node view object def name if a custom tree node table is registered.
ND_SEARCH_VIEW_OBJECT_DEF_NAME VARCHAR2 100 TREENODE_SEARCH_VO_NAME
OPTIONAL_LABEL_ENFORCEMENT VARCHAR2 1 When a labeling schema is selected, this flag indicates whether the label information is enforced in UI and audit process.
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.
SEED_DATA_SOURCE VARCHAR2 512 Seed data file from which the row originates.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
FND_TREE_STRUCTURE_U1 Unique Default TREE_STRUCTURE_CODE, ENTERPRISE_ID, ORA_SEED_SET1
FND_TREE_STRUCTURE_U11 Unique Default TREE_STRUCTURE_CODE, ENTERPRISE_ID, ORA_SEED_SET2