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


TABLE: APPLSYS.FND_FLEX_VALIDATION_EVENTS

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


FND_FLEX_VALIDATION_EVENTS stores information about validation
events in special validated value sets. Each row includes an
application identifier, a value set identifier, the type of the
event, and the user exit and its parameter string for the event.
You need one row for each event in your special validated value
sets. Oracle Application Object Library uses this information
to trigger an event when a user enters a flexfield segment or
a report parameter.
.
.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 20
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_FLEX_VALIDATION_EVENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnFLEX_VALUE_SET_ID
ColumnEVENT_CODE
Columns
Name Datatype Length Mandatory Comments
FLEX_VALUE_SET_ID NUMBER (10) Yes Flexfield value set identifier
EVENT_CODE VARCHAR2 (1) Yes Type of the event
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
USER_EXIT LONG (0)
The user exit call for the event
Query Text

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


SELECT FLEX_VALUE_SET_ID
,      EVENT_CODE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      USER_EXIT
FROM APPLSYS.FND_FLEX_VALIDATION_EVENTS;

Dependencies

[top of page]

APPLSYS.FND_FLEX_VALIDATION_EVENTS does not reference any database object

APPLSYS.FND_FLEX_VALIDATION_EVENTS is referenced by following:

SchemaAPPS
SynonymFND_FLEX_VALIDATION_EVENTS