[Home] [Help]
[Dependency Information]
Object Name: | FND_FLEX_VDATION_RULES_TL |
---|---|
Object Type: | TABLE |
Owner: | APPLSYS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
FND_FLEX_VDATION_RULES_TL stores translated information about key
flexfield cross-validation rules. Each row includes an application
identifier, the key flexfield code and structure number, the
name of the cross-validation rule, and the message that appears
when the user enters an invalid combination of values. Each row
also includes a language code indicating what language the
information is in. You need one row for each cross-validation rule
in each of the installed languages.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
FND_FLEX_VDATION_RULES_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() ![]() ![]() |
FND_FLEX_VDATION_RULES_TL_N1 | NORMAL | NONUNIQUE |
![]() |
![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
APPLICATION_ID | NUMBER | (10) | Yes | Application identifier |
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 the cross-validation rule |
LANGUAGE | VARCHAR2 | (4) | Yes | Language |
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 | (10) | Standard Who column | |
ERROR_MESSAGE_TEXT | VARCHAR2 | (240) | Yes | The error message to be displayed when the rule is violated |
SOURCE_LANG | VARCHAR2 | (4) | Yes | The Language the text will mirror. If text is not yet translated into LANGUAGE then any changes to the text in the source language row will be reflected here as well. |
DESCRIPTION | VARCHAR2 | (240) | Description | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT APPLICATION_ID
, ID_FLEX_CODE
, ID_FLEX_NUM
, FLEX_VALIDATION_RULE_NAME
, LANGUAGE
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, ERROR_MESSAGE_TEXT
, SOURCE_LANG
, DESCRIPTION
, ZD_EDITION_NAME
FROM APPLSYS.FND_FLEX_VDATION_RULES_TL;
APPLSYS.FND_FLEX_VDATION_RULES_TL does not reference any database object
APPLSYS.FND_FLEX_VDATION_RULES_TL is referenced by following:
|
|
|