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


TABLE: APPLSYS.FND_SEGMENT_ATTRIBUTE_TYPES

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


FND_SEGMENT_ATTRIBUTE_TYPES stores information about flexfield
qualifiers for key flexfields. Each row includes the name and
description of the flexfield qualifier, the key flexfield code,
the application identifier, flags specifying whether the
qualifier is required and whether it is a global qualifier, and
the qualifier prompt.
You need one row for each flexfield qualifier for each key
flexfield. Oracle Application Object Library uses this information
for key flexfields.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_SEGMENT_ATTRIBUTE_TYPES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_CODE
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_types.id_flex_code and rownum = 1
ID_FLEX_CODE VARCHAR2 (4) Yes Key flexfield code
SEGMENT_ATTRIBUTE_TYPE VARCHAR2 (30) Yes The data type of the flexfield 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
GLOBAL_FLAG VARCHAR2 (1) Yes Flag to specify whether the flexfield qualifier applies to all segments
REQUIRED_FLAG VARCHAR2 (1) Yes Flag to indicate if the qualifier is required for at least one segment
UNIQUE_FLAG VARCHAR2 (1) Yes Flag to indicate whether the qualifier only applies to one segment
SEGMENT_PROMPT VARCHAR2 (50) Yes The display prompt for the segment
DESCRIPTION VARCHAR2 (240)
Description
Query Text

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


SELECT APPLICATION_ID
,      ID_FLEX_CODE
,      SEGMENT_ATTRIBUTE_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      GLOBAL_FLAG
,      REQUIRED_FLAG
,      UNIQUE_FLAG
,      SEGMENT_PROMPT
,      DESCRIPTION
FROM APPLSYS.FND_SEGMENT_ATTRIBUTE_TYPES;

Dependencies

[top of page]

APPLSYS.FND_SEGMENT_ATTRIBUTE_TYPES does not reference any database object

APPLSYS.FND_SEGMENT_ATTRIBUTE_TYPES is referenced by following:

SchemaAPPS
SynonymFND_SEGMENT_ATTRIBUTE_TYPES