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


TABLE: APPLSYS.FND_FLEX_VALIDATION_RULE_LINES

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


FND_FLEX_VALIDATION_RULE_LINES stores cross-validation rule
elements for key flexfield cross-validation rules. Each row
includes values that identify the application with which the
key flexfield is registered, the cross-validation rule, whether
the element is an include or exclude rule element, and the
concatenated sets of high and low segment values that make up the
range included or excluded by the rule element. Individual segment
columns were added to this table during some of the 10SC releases but
may no longer be used or existing. ENABLED_FLAG is always Y for this
table. Oracle Application Object Library does not use the DESCRIPTION
column. You need one row for each element of each flexfield
cross-validation rule. Oracle Application Object Library uses this
information to ensure that users enter valid combinations of key
flexfield segment values.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 5
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
FND_FLEX_VAL_RULE_LINES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnRULE_LINE_ID
FND_FLEX_VAL_RULE_LINES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_SEED ColumnAPPLICATION_ID
ColumnID_FLEX_CODE
ColumnID_FLEX_NUM
ColumnFLEX_VALIDATION_RULE_NAME
Columns
Name Datatype Length Mandatory Comments
RULE_LINE_ID NUMBER (15) Yes fnd_flex_val_rule_lines_s.nextval
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_flex_validation_rule_lines.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
FLEX_VALIDATION_RULE_NAME VARCHAR2 (15) Yes Name of cross-validation rule
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
ENABLED_FLAG VARCHAR2 (1) Yes Flag to indicate whether the cross-validation rule element is enabled
CONCATENATED_SEGMENTS_LOW VARCHAR2 (2000) Yes Concatenated set of low segment values that make up the range included or excluded by the rule element
CONCATENATED_SEGMENTS_HIGH VARCHAR2 (2000) Yes The concatenated set of high segment values that make up the range included or excluded by the rule element
INCLUDE_EXCLUDE_INDICATOR VARCHAR2 (1) Yes Code to indicate whether the element is an include or exclude element
DESCRIPTION VARCHAR2 (240)
Description
Query Text

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


SELECT RULE_LINE_ID
,      APPLICATION_ID
,      ID_FLEX_CODE
,      ID_FLEX_NUM
,      FLEX_VALIDATION_RULE_NAME
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      ENABLED_FLAG
,      CONCATENATED_SEGMENTS_LOW
,      CONCATENATED_SEGMENTS_HIGH
,      INCLUDE_EXCLUDE_INDICATOR
,      DESCRIPTION
FROM APPLSYS.FND_FLEX_VALIDATION_RULE_LINES;

Dependencies

[top of page]

APPLSYS.FND_FLEX_VALIDATION_RULE_LINES does not reference any database object

APPLSYS.FND_FLEX_VALIDATION_RULE_LINES is referenced by following:

SchemaAPPS
SynonymFND_FLEX_VALIDATION_RULE_LINES
TriggerFND_FLEX_VAL_RULE_LINES_T1
TriggerFND_FLEX_VAL_RULE_LINES_T2
TriggerFND_FLEX_VAL_RULE_LINES_T3
TriggerFND_FLEX_VAL_RULE_LINES_T4