FND_MAP_TREE_NODE

Interface table for staging Tree hierachy information of both source and target.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

FND_MAP_TREE_NODE_PK

MAP_ID

Columns

Name Datatype Length Not-null Comments
MAP_ID VARCHAR2 64 Yes MAP_ID
T_TREE_STRUCTURE_CODE VARCHAR2 30 Target: Tree Structure Code
T_TREE_CODE VARCHAR2 32 Target Tree Code
T_TREE_VERSION_ID VARCHAR2 32 Target Tree Version Identifier
S_TYPE VARCHAR2 1 Yes Source Type
S_HIERARCHY_CODE VARCHAR2 30 Yes Source Hierarchy Code
S_PK1_START_VALUE VARCHAR2 100 Yes Source Primary Key 1 Range Start Value
S_PK2_START_VALUE VARCHAR2 100 Source Primary Key 2 Range Start Value
S_PK3_START_VALUE VARCHAR2 100 Source Primary Key 3 Range Start Value
S_PK4_START_VALUE VARCHAR2 100 Source Primary Key 4 Range Start Value
S_PK5_START_VALUE VARCHAR2 100 Source Primary Key 5 Range Start Value
S_PK1_END_VALUE VARCHAR2 100 Source Primary Key 1 Range End Value
S_PK2_END_VALUE VARCHAR2 100 Source Primary Key 2 Range End Value
S_PK3_END_VALUE VARCHAR2 100 Source Primary Key 3 Range End Value
S_PK4_END_VALUE VARCHAR2 100 Source Primary Key 4 Range End Value
S_PK5_END_VALUE VARCHAR2 100 Source Primary Key 5 Range End Value
S_PARENT_PK1_VALUE VARCHAR2 100 Source Parent Primary Key 1 Value
S_PARENT_PK2_VALUE VARCHAR2 100 Source Parent Primary Key 2 Value
S_PARENT_PK3_VALUE VARCHAR2 100 Source Parent Primary Key 3 Value
S_PARENT_PK4_VALUE VARCHAR2 100 Source Parent Primary Key 4 Value
S_PARENT_PK5_VALUE VARCHAR2 100 Source Parent Primary Key 5 Value
S_TREE_LABEL_ID VARCHAR2 32 Source Tree Label Id
T_TREE_LABEL_ID VARCHAR2 32 Target Tree Label Id
MODULE_ID VARCHAR2 32 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.
T_DATA_SOURCE_ID VARCHAR2 32 T_DATA_SOURCE_ID
T_TREE_MAP_ID VARCHAR2 64 Map ID from the FND_MAP_TREE table referenced here
PARENT_MAP_ID VARCHAR2 64 Map ID from the FND_MAP_TREE table referenced here
T_PK1_START_VALUE VARCHAR2 100 Target Primary Key 1 Range Start Value
T_PK2_START_VALUE VARCHAR2 100 Target Primary Key 2 Range Start Value
T_PK3_START_VALUE VARCHAR2 100 Target Primary Key 3 Range Start Value
T_PK4_START_VALUE VARCHAR2 100 Target Primary Key 4 Range Start Value
T_PK5_START_VALUE VARCHAR2 100 Target Primary Key 5 Range Start Value
T_PK1_END_VALUE VARCHAR2 100 Target Primary Key 1 Range End Value
T_PK2_END_VALUE VARCHAR2 100 Target Primary Key 2 Range End Value
T_PK3_END_VALUE VARCHAR2 100 Target Primary Key 3 Range End Value
T_PK4_END_VALUE VARCHAR2 100 Target Primary Key 4 Range End Value
T_PK5_END_VALUE VARCHAR2 100 Target Primary Key 5 Range End Value
T_PARENT_PK1_VALUE VARCHAR2 100 Target Parent Primary Key 1 Value
T_PARENT_PK2_VALUE VARCHAR2 100 Target Parent Primary Key 2 Value
T_PARENT_PK3_VALUE VARCHAR2 100 Target Parent Primary Key 3 Value
T_PARENT_PK4_VALUE VARCHAR2 100 Target Parent Primary Key 4 Value
T_PARENT_PK5_VALUE VARCHAR2 100 Target Parent Primary Key 5 Value
MAPPED_FLAG VARCHAR2 1 Yes Flag to indicate whether the source and target are correctly mapped
MIGRATED_FLAG VARCHAR2 1 Yes Flag to indicate whether the information is migrated from source to target
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 Yes Who column: indicates the session login associated to the user who last updated the row.

Indexes

Index Uniqueness Tablespace Columns
FND_MAP_TREE_NODE_N1 Non Unique Default S_TYPE, S_HIERARCHY_CODE
FND_MAP_TREE_NODE_N2 Non Unique Default MODULE_ID
FND_MAP_TREE_NODE_N3 Non Unique Default MAPPED_FLAG
FND_MAP_TREE_NODE_N4 Non Unique Default MIGRATED_FLAG
FND_MAP_TREE_NODE_N5 Non Unique Default PARENT_MAP_ID, T_PK1_START_VALUE
FND_MAP_TREE_NODE_N6 Non Unique Default T_TREE_MAP_ID, T_PK1_START_VALUE
FND_MAP_TREE_NODE_N7 Non Unique Default T_TREE_STRUCTURE_CODE, T_TREE_CODE, T_TREE_VERSION_ID, T_PK1_START_VALUE