Search Results iby_delivery_channels_tl
Overview
The IBY_DELIVERY_CHANNELS_TL table is a core translation table within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It stores the language-specific, user-facing names and descriptions for delivery channel codes. A delivery channel defines the method by which payment instructions or related documents are transmitted from the payer to the payee, such as electronic file (EDI), printed check, or wire transfer. This table supports the multi-language capabilities of EBS, enabling the display of channel descriptions in the user's preferred language. It functions as the translation layer for the base data stored in IBY_DELIVERY_CHANNELS_B, separating translatable attributes from non-translatable business logic.
Key Information Stored
The table's primary purpose is to hold translated textual data. Its structure is defined by a composite primary key and columns for the translated content. The key columns are DELIVERY_CHANNEL_CODE, which identifies the specific delivery method, and LANGUAGE, which holds the language code (e.g., 'US', 'F', 'D'). The primary data column is typically DELIVERY_CHANNEL_NAME, which stores the translated, descriptive name of the channel for display in user interfaces and reports. Additional columns may exist for a translated description or other textual attributes. The table's design ensures a unique combination of a delivery channel and a language, preventing duplicate translations.
Common Use Cases and Queries
This table is primarily accessed by the application's user interface logic to present localized lists of delivery channels during setup or transaction entry. Common operational and reporting queries include retrieving all translations for a specific delivery channel for audit purposes or fetching the channel name in the current session language for a given code. A typical SQL pattern joins this table with its base table to get a complete, language-specific view.
- Retrieve Translated Name for Session Language:
SELECT t.delivery_channel_name FROM iby_delivery_channels_b b, iby_delivery_channels_tl t WHERE b.delivery_channel_code = t.delivery_channel_code AND t.language = USERENV('LANG') AND b.delivery_channel_code = 'CHECK'; - List All Translations for a Channel:
SELECT language, delivery_channel_name FROM iby_delivery_channels_tl WHERE delivery_channel_code = 'EFT' ORDER BY language;
Related Objects
The table has a direct and critical relationship with its base table, as defined in the provided metadata. The foreign key constraint ensures data integrity between the translation and base data.
- IBY_DELIVERY_CHANNELS_B: This is the base table for delivery channel definitions. The IBY_DELIVERY_CHANNELS_TL table references it via a foreign key on the DELIVERY_CHANNEL_CODE column. All codes present in the _TL table must exist in the _B table. This relationship is fundamental, as the _B table holds the operational code and non-translatable attributes, while the _TL table holds the translatable text.
-
Table: IBY_DELIVERY_CHANNELS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_TL, object_name:IBY_DELIVERY_CHANNELS_TL, status:VALID, product: IBY - Payments , description: IBY_DELIVERY_CHANNELS stores delivery channel information that is used as lookup values for external payee setup or documents payable. The table is similar to FND_LOOKUPS, but with a new column for territory identification. Products that us , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_TL ,
-
Table: IBY_DELIVERY_CHANNELS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_TL, object_name:IBY_DELIVERY_CHANNELS_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_TL ,
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_TL
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_TL
12.1.1
-
APPS.IBY_DELIVERY_CHANNELS_PKG SQL Statements
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.2.2
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.1.1
-
VIEW: APPS.IBY_DELIVERY_CHANNELS_VL
12.1.1
-
VIEW: IBY.IBY_DELIVERY_CHANNELS_TL#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_DELIVERY_CHANNELS_TL#, status:VALID,
-
VIEW: IBY.IBY_DELIVERY_CHANNELS_TL#
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on FND_LANGUAGES
12.1.1
-
SYNONYM: APPS.IBY_DELIVERY_CHANNELS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_DELIVERY_CHANNELS_TL, status:VALID,
-
SYNONYM: APPS.IBY_DELIVERY_CHANNELS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_DELIVERY_CHANNELS_TL, status:VALID,
-
VIEW: APPS.IBY_DELIVERY_CHANNELS_VL
12.2.2
-
TRIGGER: APPS.IBY_DELIVERY_CHANNELS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_DELIVERY_CHANNELS_TL+, status:VALID,
-
TRIGGER: APPS.IBY_DELIVERY_CHANNELS_TL+
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_B
12.1.1
-
FUNCTION: APPS.IBY_DELIVERY_CHANNELS_TL=
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on IBY_DELIVERY_CHANNELS_B
12.2.2
-
TABLE: IBY.IBY_DELIVERY_CHANNELS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_TL, object_name:IBY_DELIVERY_CHANNELS_TL, status:VALID,
-
TABLE: IBY.IBY_DELIVERY_CHANNELS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_TL, object_name:IBY_DELIVERY_CHANNELS_TL, status:VALID,
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
FUNCTION: APPS.IBY_DELIVERY_CHANNELS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBY_DELIVERY_CHANNELS_TL=, status:VALID,
-
Table: IBY_DELIVERY_CHANNELS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_B, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_B ,
-
View: IBY_DELIVERY_CHANNELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_VL, object_name:IBY_DELIVERY_CHANNELS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_DELIVERY_CHANNELS_VL ,
-
View: IBY_DELIVERY_CHANNELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_VL, object_name:IBY_DELIVERY_CHANNELS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_DELIVERY_CHANNELS_VL ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DELIVERY_CHANNELS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_DELIVERY_CHANNELS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DELIVERY_CHANNELS_PKG, status:VALID,
-
Table: IBY_DELIVERY_CHANNELS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_B, object_name:IBY_DELIVERY_CHANNELS_B, status:VALID, product: IBY - Payments , description: IBY_DELIVERY_CHANNELS stores delivery channel information that is used as lookup values for external payee setup or documents payable. The table is similar to FND_LOOKUPS, but with a new column for territory identification. Products that us , implementation_dba_data: IBY.IBY_DELIVERY_CHANNELS_B ,
-
12.2.2 DBA Data
12.2.2
-
APPS.IBY_DELIVERY_CHANNELS_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
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
-
VIEW: APPS.IBY_DELIVERY_CHANNELS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_VL, object_name:IBY_DELIVERY_CHANNELS_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IBY_DELIVERY_CHANNELS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_DELIVERY_CHANNELS_VL, object_name:IBY_DELIVERY_CHANNELS_VL, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
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
-
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 ,