DBA Data[Home] [Help] [Dependency Information]


TABLE: APPLSYS.FND_FLEX_VALUE_HIERARCHIES

Object Details
Object Name: FND_FLEX_VALUE_HIERARCHIES
Object Type: TABLE
Owner: APPLSYS
FND Design Data: TableFND.FND_FLEX_VALUE_HIERARCHIES
Subobject Name:
Status: VALID


FND_FLEX_VALUE_HIERARCHIES stores information about child value
ranges for key flexfield segment values. Each row includes an
identification of the parent value the range belongs to, as well
as the low and high values that make up the range of child values.
FLEX_VALUE_SET_ID identifies the value set to which the parent
value belongs. You need one row for each range of child values
(you can have more than one row for each parent value). Oracle
Application Object Library provides this information for
applications reporting purposes.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_FLEX_VALUE_HIERARCHIES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnFLEX_VALUE_SET_ID
ColumnPARENT_FLEX_VALUE
ColumnCHILD_FLEX_VALUE_LOW
ColumnCHILD_FLEX_VALUE_HIGH
Columns
Name Datatype Length Mandatory Comments
FLEX_VALUE_SET_ID NUMBER (10) Yes Flexfield value set identifier
PARENT_FLEX_VALUE VARCHAR2 (60) Yes The parent value to which the range belongs
CHILD_FLEX_VALUE_LOW VARCHAR2 (60) Yes The low value of the range of child values
CHILD_FLEX_VALUE_HIGH VARCHAR2 (60) Yes The high value of the range of child values
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
START_DATE_ACTIVE DATE

The date the value hierarchy becomes active
END_DATE_ACTIVE DATE

The date the value hierarchy expires
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT FLEX_VALUE_SET_ID
,      PARENT_FLEX_VALUE
,      CHILD_FLEX_VALUE_LOW
,      CHILD_FLEX_VALUE_HIGH
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
FROM APPLSYS.FND_FLEX_VALUE_HIERARCHIES;

Dependencies

[top of page]

APPLSYS.FND_FLEX_VALUE_HIERARCHIES does not reference any database object

APPLSYS.FND_FLEX_VALUE_HIERARCHIES is referenced by following:

SchemaAPPLSYS
ViewFND_FLEX_VALUE_HIERARCHIES#