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


TABLE: APPLSYS.FND_SEGMENT_ATTRIBUTE_VALUES

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


FND_SEGMENT_ATTRIBUTE_VALUES stores the values of flexfield
qualifiers for particular segments of particular key flexfield
structures. Each row includes values that identify the key
flexfield structure and the application column that underlies the
particular flexfield segment the flexfield qualifier value applies
to. Each row also includes the name of the flexfield qualifier
(SEGMENT_ATTRIBUTE_TYPE) and its value (Y for yes, N for no). You
need one row for each flexfield qualifier for each segment of each
key flexfield structure. Oracle Application Object Library uses
this information for reporting and to generate a compiled key
flexfield definition to store in the FND_COMPILED_ID_FLEXS table.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_SEGMENT_ATTRIBUTE_VALS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_CODE
ColumnID_FLEX_NUM
ColumnAPPLICATION_COLUMN_NAME
ColumnSEGMENT_ATTRIBUTE_TYPE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (10) Yes select t.application_id from fnd_tables t, fnd_id_flexs f where t.table_name = f.application_table_name and f.id_flex_code = fnd_segment_attribute_values.id_flex_code and rownum = 1
ID_FLEX_CODE VARCHAR2 (4) Yes Key flexfield code
ID_FLEX_NUM NUMBER (15) Yes Key flexfield structure number
APPLICATION_COLUMN_NAME VARCHAR2 (30) Yes Name of column corresponding to the segment with the flexfield qualifier
SEGMENT_ATTRIBUTE_TYPE VARCHAR2 (30) Yes Flexfield segment qualifier
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) Yes Standard Who column
ATTRIBUTE_VALUE VARCHAR2 (1) Yes The qualifier value
Query Text

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


SELECT APPLICATION_ID
,      ID_FLEX_CODE
,      ID_FLEX_NUM
,      APPLICATION_COLUMN_NAME
,      SEGMENT_ATTRIBUTE_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_VALUE
FROM APPLSYS.FND_SEGMENT_ATTRIBUTE_VALUES;

Dependencies

[top of page]

APPLSYS.FND_SEGMENT_ATTRIBUTE_VALUES does not reference any database object

APPLSYS.FND_SEGMENT_ATTRIBUTE_VALUES is referenced by following:

SchemaAPPS
SynonymFND_SEGMENT_ATTRIBUTE_VALUES