[Home] [Help]
[Dependency Information]
Object Name: | FND_DESCR_FLEX_COLUMN_USAGES |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_DESCR_FLEX_COLUMN_USAGES stores the correspondences between
application table columns and the descriptive flexfield segments.
Each row includes an application identifier, the name of a
descriptive flexfield, and a column name. The
context field value, also known as the structure name, is in
DESCRIPTIVE_FLEX_CONTEXT_CODE. Each row also includes the segment
name (END_USER_COLUMN_NAME), the display information about the
segment such as prompts, display size, type of default value,
whether the segment is required or not, whether the segment is
part of a high, low segment pair, whether security is enabled
for the segment, whether to display
the segment or not, and the value set the segment uses. You need one
row for each segment for each context value (structure), including
global data element segments, for each descriptive flexfield of
each application. Oracle Application Object Library uses this
information to create a compiled descriptive flexfield definition
to store in the FND_COMPILED_DESCRIPTIVE_FLEXS table.
.
.
Tablespace: | ![]() |
---|---|
PCT Free: | 20 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_DESCR_FLEX_COL_USAGES_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
FND_DESCR_FLEX_COL_USAGES_U2 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() |
FND_DESCR_FLEX_COL_USAGES_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (10) | Yes | Application identifier |
DESCRIPTIVE_FLEXFIELD_NAME | VARCHAR2 | (40) | Yes | Descriptive flexfield name |
DESCRIPTIVE_FLEX_CONTEXT_CODE | VARCHAR2 | (30) | Yes | Descriptive flexfield structure name |
APPLICATION_COLUMN_NAME | VARCHAR2 | (30) | Yes | Column name |
END_USER_COLUMN_NAME | VARCHAR2 | (30) | Yes | The segment name |
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 |
COLUMN_SEQ_NUM | NUMBER | (3) | Yes | The corresponding segment number for the column |
ENABLED_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate if the descriptive flexfield segment is enabled |
REQUIRED_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether a value must be entered for this segment |
SECURITY_ENABLED_FLAG | VARCHAR2 | (1) | Yes | Flag to tell if security is enabled for this segment |
DISPLAY_FLAG | VARCHAR2 | (1) | Yes | Flag to indicate whether to display the segment |
DISPLAY_SIZE | NUMBER | (3) | Yes | The display size for the segment |
MAXIMUM_DESCRIPTION_LEN | NUMBER | (3) | Yes | The maximum size of the segment value description in flexfield window |
CONCATENATION_DESCRIPTION_LEN | NUMBER | (3) | Yes | The number of characters in the segment value description |
FLEX_VALUE_SET_ID | NUMBER | (10) | Flexfield value set identifier | |
RANGE_CODE | VARCHAR2 | (1) | Code to indicate if this segment is a High or Low segment | |
DEFAULT_TYPE | VARCHAR2 | (1) | The type of the default value | |
DEFAULT_VALUE | VARCHAR2 | (2000) | The default value for the segment | |
SRW_PARAM | VARCHAR2 | (30) | The name of the Oracle Reports report parameter | |
RUNTIME_PROPERTY_FUNCTION | VARCHAR2 | (2000) | RUNTIME_PROPERTY_FUNCTION | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, DESCRIPTIVE_FLEXFIELD_NAME
, DESCRIPTIVE_FLEX_CONTEXT_CODE
, APPLICATION_COLUMN_NAME
, END_USER_COLUMN_NAME
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, COLUMN_SEQ_NUM
, ENABLED_FLAG
, REQUIRED_FLAG
, SECURITY_ENABLED_FLAG
, DISPLAY_FLAG
, DISPLAY_SIZE
, MAXIMUM_DESCRIPTION_LEN
, CONCATENATION_DESCRIPTION_LEN
, FLEX_VALUE_SET_ID
, RANGE_CODE
, DEFAULT_TYPE
, DEFAULT_VALUE
, SRW_PARAM
, RUNTIME_PROPERTY_FUNCTION
, ZD_EDITION_NAME
FROM APPLSYS.FND_DESCR_FLEX_COLUMN_USAGES;
APPLSYS.FND_DESCR_FLEX_COLUMN_USAGES does not reference any database object
APPLSYS.FND_DESCR_FLEX_COLUMN_USAGES is referenced by following:
|
|
|