Search Results iby_validation_sets_tl
Overview
The IBY_VALIDATION_SETS_TL table is a core translation table within the Oracle E-Business Suite Payments (IBY) module for versions 12.1.1 and 12.2.2. It stores language-specific, user-facing descriptions for validation sets. A validation set is a grouping of one or more validation rules that are applied to payment instructions or transactions to ensure data integrity and compliance before processing. The primary role of this table is to support the multilingual capabilities of the application, allowing the descriptive name of a validation set to be displayed in a user's preferred language. The base, non-translated data for validation sets is stored in its parent table, IBY_VALIDATION_SETS_B.
Key Information Stored
As a standard Oracle Applications translation table, IBY_VALIDATION_SETS_TL follows a specific design pattern. Its critical columns include VALIDATION_SET_CODE, which is the foreign key to the base table and uniquely identifies the validation set; LANGUAGE, which stores the ISO language code (e.g., 'US', 'FR'); SOURCE_LANG, which indicates the language of the originally entered data; and VALIDATION_SET_NAME, which holds the translated descriptive name for the set. The combination of VALIDATION_SET_CODE and LANGUAGE typically forms the primary key. Other standard columns like CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY track row history.
Common Use Cases and Queries
This table is primarily accessed by the application's user interface to render translated validation set names on setup and inquiry screens. A common reporting use case is to generate a list of all validation sets with their descriptions in a specific language for documentation or audit purposes. Developers may query this table when customizing or extending payment validations to ensure proper display text. A typical query to retrieve translated names for a session's current language would join this table with its base table.
- Sample Query: SELECT b.validation_set_code, tl.validation_set_name FROM iby_validation_sets_b b, iby_validation_sets_tl tl WHERE b.validation_set_code = tl.validation_set_code AND tl.language = USERENV('LANG');
Related Objects
The IBY_VALIDATION_SETS_TL table has a direct and essential relationship with its base table, IBY_VALIDATION_SETS_B. As indicated by the provided foreign key metadata, the VALIDATION_SET_CODE column in IBY_VALIDATION_SETS_TL references the corresponding primary key in IBY_VALIDATION_SETS_B. This is a master-detail relationship where the base table (B) holds the seed data and the translation table (TL) holds the language-specific descriptors. The validation sets themselves are associated with validation rules and assigned to payment processes, linking this table indirectly to broader payment setup entities within the IBY schema.
-
Table: IBY_VALIDATION_SETS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_VALIDATION_SETS_TL, object_name:IBY_VALIDATION_SETS_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_VALIDATION_SETS_TL ,
-
Table: IBY_VALIDATION_SETS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_VALIDATION_SETS_TL, object_name:IBY_VALIDATION_SETS_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_VALIDATION_SETS_TL ,
-
APPS.IBY_PP_MLSUTL_PVT dependencies on IBY_VALIDATION_SETS_TL
12.1.1
-
APPS.IBY_PP_MLSUTL_PVT dependencies on IBY_VALIDATION_SETS_TL
12.2.2
-
VIEW: IBY.IBY_VALIDATION_SETS_TL#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_VALIDATION_SETS_TL#, status:VALID,
-
SYNONYM: APPS.IBY_VALIDATION_SETS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_VALIDATION_SETS_TL, status:VALID,
-
SYNONYM: APPS.IBY_VALIDATION_SETS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_VALIDATION_SETS_TL, status:VALID,
-
VIEW: APPS.IBY_VALIDATION_SETS_VL
12.1.1
-
TRIGGER: APPS.IBY_VALIDATION_SETS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_VALIDATION_SETS_TL+, status:VALID,
-
VIEW: APPS.IBY_VALIDATION_SETS_VL
12.2.2
-
VIEW: IBY.IBY_VALIDATION_SETS_TL#
12.2.2
-
TRIGGER: APPS.IBY_VALIDATION_SETS_TL+
12.2.2
-
APPS.IBY_PP_MLSUTL_PVT dependencies on FND_LANGUAGES
12.2.2
-
APPS.IBY_PP_MLSUTL_PVT dependencies on IBY_VALIDATION_SETS_B
12.1.1
-
APPS.IBY_PP_MLSUTL_PVT SQL Statements
12.2.2
-
APPS.IBY_PP_MLSUTL_PVT dependencies on FND_LANGUAGES
12.1.1
-
APPS.IBY_PP_MLSUTL_PVT dependencies on IBY_VALIDATION_SETS_B
12.2.2
-
APPS.IBY_PP_MLSUTL_PVT SQL Statements
12.1.1
-
FUNCTION: APPS.IBY_VALIDATION_SETS_TL=
12.2.2
-
View: IBY_VALIDATION_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_VALIDATION_SETS_VL, object_name:IBY_VALIDATION_SETS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_VALIDATION_SETS_VL ,
-
FUNCTION: APPS.IBY_VALIDATION_SETS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBY_VALIDATION_SETS_TL=, status:VALID,
-
PACKAGE BODY: APPS.IBY_PP_MLSUTL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_PP_MLSUTL_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
View: IBY_VALIDATION_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_VALIDATION_SETS_VL, object_name:IBY_VALIDATION_SETS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_VALIDATION_SETS_VL ,
-
TABLE: IBY.IBY_VALIDATION_SETS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_VALIDATION_SETS_TL, object_name:IBY_VALIDATION_SETS_TL, status:VALID,
-
PACKAGE BODY: APPS.IBY_PP_MLSUTL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_PP_MLSUTL_PVT, status:VALID,
-
TABLE: IBY.IBY_VALIDATION_SETS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_VALIDATION_SETS_TL, object_name:IBY_VALIDATION_SETS_TL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_PP_MLSUTL_PVT
12.2.2
-
PACKAGE BODY: APPS.IBY_PP_MLSUTL_PVT
12.1.1
-
VIEW: APPS.IBY_VALIDATION_SETS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_VALIDATION_SETS_VL, object_name:IBY_VALIDATION_SETS_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IBY_VALIDATION_SETS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_VALIDATION_SETS_VL, object_name:IBY_VALIDATION_SETS_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IBY_PP_MLSUTL_PVT dependencies on FND_LOAD_UTIL
12.1.1
-
APPS.IBY_PP_MLSUTL_PVT dependencies on FND_LOAD_UTIL
12.2.2
-
Foreign Keys
12.2.2
-
Foreign Keys
12.1.1
-
12.2.2 DBA Data
12.2.2
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,