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


TABLE: APPLSYS.FND_VALUE_ATTRIBUTE_TYPES

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


FND_VALUE_ATTRIBUTE_TYPES stores information about segment
qualifiers for key flexfields. Each row includes the name
(VALUE_ATTRIBUTE_TYPE) and description of the segment qualifier,
as well as the name of the flexfield qualifier with which it is
associated (SEGMENT_ATTRIBUTE_TYPE). Each row also includes the
key flexfield code, the application identifier, and
a prompt that a user sees when defining key flexfield values.
REQUIRED_FLAG always contains Y. DERIVATION_RULE_CODE must always
contain the value G12. DERIVATION_RULE_VALUE1 always contains the
value N, and DERIVATION_RULE_VALUE2 always contains the value Y.
APPLICATION_COLUMN_NAME contains the name of the column in a key
flexfield's underlying code combinations table in which Oracle
Application Object Library stores the derived values of this
segment qualifier (derived from the values of this qualifier over
all segments of the key flexfield's structure, where if any of the
segment values' segment qualifiers have the value Y, then the
entire code combination gets the value Y). You need one row for
each defined segment qualifier for each key flexfield in your
applications. Oracle Application Object Library uses this
information to derive qualifier values that flexfields insert into
key flexfield code combinations tables.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 3
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_VALUE_ATTRIBUTE_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_CODE
ColumnSEGMENT_ATTRIBUTE_TYPE
ColumnVALUE_ATTRIBUTE_TYPE
Columns
Name Datatype Length Mandatory Comments
APPLICATION_ID NUMBER (10) Yes select nvl(t.application_id,-1) from fnd_tables t, fnd_id_flexs f, fnd_segment_attribute_types s, fnd_value_attribute_types at where t.table_name(+) = f.application_table_name and f.id_flex_code(+) = s.id_flex_code and s.se
ID_FLEX_CODE VARCHAR2 (4) Yes select nvl(s.id_flex_code,'none') from fnd_segment_attribute_types s, fnd_value_attribute_types t where s.segment_attribute_type(+) = t.segment_attribute_type and t.segment_attribute_type = fnd_value_attribute_types.segment_
SEGMENT_ATTRIBUTE_TYPE VARCHAR2 (30) Yes Name of flexfield qualifier
VALUE_ATTRIBUTE_TYPE VARCHAR2 (30) Yes Name of 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)
Standard Who column
REQUIRED_FLAG VARCHAR2 (1) Yes Always contains the value Y
APPLICATION_COLUMN_NAME VARCHAR2 (30) Yes Column name
DEFAULT_VALUE VARCHAR2 (30)
Default value for the qualifier
LOOKUP_TYPE VARCHAR2 (30)
QuickCode lookup type
DERIVATION_RULE_CODE VARCHAR2 (30)
Always contains the value G12
DERIVATION_RULE_VALUE1 VARCHAR2 (30)
Always contains the value N
DERIVATION_RULE_VALUE2 VARCHAR2 (30)
Always contains the value Y
Query Text

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


SELECT APPLICATION_ID
,      ID_FLEX_CODE
,      SEGMENT_ATTRIBUTE_TYPE
,      VALUE_ATTRIBUTE_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUIRED_FLAG
,      APPLICATION_COLUMN_NAME
,      DEFAULT_VALUE
,      LOOKUP_TYPE
,      DERIVATION_RULE_CODE
,      DERIVATION_RULE_VALUE1
,      DERIVATION_RULE_VALUE2
FROM APPLSYS.FND_VALUE_ATTRIBUTE_TYPES;

Dependencies

[top of page]

APPLSYS.FND_VALUE_ATTRIBUTE_TYPES does not reference any database object

APPLSYS.FND_VALUE_ATTRIBUTE_TYPES is referenced by following:

SchemaAPPS
SynonymFND_VALUE_ATTRIBUTE_TYPES