[Home] [Help]
[Dependency Information]
Object Name: | IBY_VALIDATION_PARAMS_TL |
---|---|
Object Type: | TABLE |
Owner: | IBY |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
IBY_VALIDATION_PARAMS stores parameters for each validation. For example, one validation controls the maximum amount that can be paid in a single payment instruction. The maximum amount parameter is stored in this table, and the actual value is stored in the associated table, IBY_VALIDATION_VALUES. This table corresponds to the Validations regions on the Payment Method and Format pages.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
IBY_VALIDATION_PARAMS_TL_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() ![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
VALIDATION_SET_CODE | VARCHAR2 | (30) | Yes | Validation set code |
VALIDATION_PARAMETER_CODE | VARCHAR2 | (100) | Yes | User entered primary key. Name or token of the parameter that should use this value |
VALIDATION_PARAM_DISPLAY_NAME | VARCHAR2 | (100) | Yes | Validation value name |
LANGUAGE | VARCHAR2 | (4) | Yes | Language code |
SOURCE_LANG | VARCHAR2 | (4) | Yes | Language code of the record's current language |
CREATED_BY | NUMBER | (15) | Yes | Standard Who column |
CREATION_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column |
LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column | |
OBJECT_VERSION_NUMBER | NUMBER | Yes | Object version number | |
ZD_EDITION_NAME | VARCHAR2 | (30) | Yes |
Cut, paste (and edit) the following text to query this object:
SELECT VALIDATION_SET_CODE
, VALIDATION_PARAMETER_CODE
, VALIDATION_PARAM_DISPLAY_NAME
, LANGUAGE
, SOURCE_LANG
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, OBJECT_VERSION_NUMBER
, ZD_EDITION_NAME
FROM IBY.IBY_VALIDATION_PARAMS_TL;
IBY.IBY_VALIDATION_PARAMS_TL does not reference any database object
IBY.IBY_VALIDATION_PARAMS_TL is referenced by following:
|
|
|