Search Results iby_bank_instructions_tl
Overview
The IBY_BANK_INSTRUCTIONS_TL table is a core translation table within the Oracle E-Business Suite (EBS) Payments (IBY) module. It stores translated, language-specific descriptions for standardized bank instruction codes. These codes define specific payment or remittance processing directives that financial institutions require, such as payment methods or delivery channels. The table's primary role is to support the multilingual capabilities of the application, ensuring that bank instruction descriptions are displayed in a user's preferred language within the EBS interface. It operates as a child table to the base language table (IBY_BANK_INSTRUCTIONS_B), which holds the language-independent definition of the instruction code.
Key Information Stored
The table's structure is designed to manage multilingual content through a combination of a unique identifier and a language key. As indicated by the provided metadata, the primary key is a composite of BANK_INSTRUCTION_CODE and LANGUAGE. The BANK_INSTRUCTION_CODE column is a foreign key that links each translated row to its master definition in the IBY_BANK_INSTRUCTIONS_B table. The LANGUAGE column stores the language code (e.g., 'US' for American English, 'KO' for Korean) for the translation. The most critical data column, though not explicitly named in the brief metadata, is typically named BANK_INSTRUCTION_NAME or a similar descriptor, which holds the actual translated text for the instruction code in the specified language.
Common Use Cases and Queries
This table is primarily accessed by the application's internal translation architecture to present localized content. Common use cases include generating payment setup reports or user interfaces that list available bank instructions in the session language. A typical query would join this table with its base table to retrieve a comprehensive, language-specific list. For example, to retrieve all bank instruction descriptions for a specific language, a developer might use:
- SELECT T.BANK_INSTRUCTION_CODE, T.BANK_INSTRUCTION_NAME, B.ENABLED_FLAG FROM IBY_BANK_INSTRUCTIONS_B B, IBY_BANK_INSTRUCTIONS_TL T WHERE B.BANK_INSTRUCTION_CODE = T.BANK_INSTRUCTION_CODE AND T.LANGUAGE = USERENV('LANG');
Administrators may also query this table to audit or verify the completeness of translations for a given set of instruction codes across installed languages.
Related Objects
The IBY_BANK_INSTRUCTIONS_TL table has a direct and essential relationship with several key objects in the Payments module. Its primary foreign key relationship, as documented, is with the IBY_BANK_INSTRUCTIONS_B table via the BANK_INSTRUCTION_CODE column. This establishes the core master-detail link. The table is also referenced by various Payment APIs and views that surface bank instruction data to other application components, such as the Payment Process Administrator and payment setup flows. While not listed in the brief metadata, related transactional tables that utilize bank instruction codes, such as those governing payment documents or bank account assignments, ultimately depend on the translated descriptions stored in this table for proper user-facing display.
-
Table: IBY_BANK_INSTRUCTIONS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_TL, object_name:IBY_BANK_INSTRUCTIONS_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BANK_INSTRUCTIONS_TL ,
-
Table: IBY_BANK_INSTRUCTIONS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_TL, object_name:IBY_BANK_INSTRUCTIONS_TL, status:VALID, product: IBY - Payments , description: IBY_BANK_INSTRUCTIONS stores bank instructions that are used as lookup values for payment process profiles and external payee setup. This table corresponds to the Bank Instruction Codes page. , implementation_dba_data: IBY.IBY_BANK_INSTRUCTIONS_TL ,
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on IBY_BANK_INSTRUCTIONS_TL
12.2.2
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on IBY_BANK_INSTRUCTIONS_TL
12.1.1
-
APPS.IBY_BANK_INSTRUCTIONS_PKG SQL Statements
12.1.1
-
APPS.IBY_BANK_INSTRUCTIONS_PKG SQL Statements
12.2.2
-
VIEW: IBY.IBY_BANK_INSTRUCTIONS_TL#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_BANK_INSTRUCTIONS_TL#, status:VALID,
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on FND_LANGUAGES
12.2.2
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on FND_LANGUAGES
12.1.1
-
SYNONYM: APPS.IBY_BANK_INSTRUCTIONS_TL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_BANK_INSTRUCTIONS_TL, status:VALID,
-
SYNONYM: APPS.IBY_BANK_INSTRUCTIONS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_BANK_INSTRUCTIONS_TL, status:VALID,
-
PACKAGE BODY: APPS.IBY_BANK_INSTRUCTIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.IBY_BANK_INSTRUCTIONS_PKG
12.2.2
-
TRIGGER: APPS.IBY_BANK_INSTRUCTIONS_TL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_BANK_INSTRUCTIONS_TL+, status:VALID,
-
VIEW: APPS.IBY_BANK_INSTRUCTIONS_VL
12.2.2
-
VIEW: IBY.IBY_BANK_INSTRUCTIONS_TL#
12.2.2
-
VIEW: APPS.IBY_BANK_INSTRUCTIONS_VL
12.1.1
-
TRIGGER: APPS.IBY_BANK_INSTRUCTIONS_TL+
12.2.2
-
TABLE: IBY.IBY_BANK_INSTRUCTIONS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_TL, object_name:IBY_BANK_INSTRUCTIONS_TL, status:VALID,
-
FUNCTION: APPS.IBY_BANK_INSTRUCTIONS_TL=
12.2.2
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on IBY_BANK_INSTRUCTIONS_B
12.1.1
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on IBY_BANK_INSTRUCTIONS_B
12.2.2
-
TABLE: IBY.IBY_BANK_INSTRUCTIONS_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_TL, object_name:IBY_BANK_INSTRUCTIONS_TL, status:VALID,
-
View: IBY_BANK_INSTRUCTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_VL, object_name:IBY_BANK_INSTRUCTIONS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_BANK_INSTRUCTIONS_VL ,
-
FUNCTION: APPS.IBY_BANK_INSTRUCTIONS_TL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBY_BANK_INSTRUCTIONS_TL=, status:VALID,
-
View: IBY_BANK_INSTRUCTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_VL, object_name:IBY_BANK_INSTRUCTIONS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_BANK_INSTRUCTIONS_VL ,
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on FND_LOAD_UTIL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.IBY_BANK_INSTRUCTIONS_PKG dependencies on FND_LOAD_UTIL
12.2.2
-
PACKAGE BODY: APPS.IBY_BANK_INSTRUCTIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_BANK_INSTRUCTIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_BANK_INSTRUCTIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_BANK_INSTRUCTIONS_PKG, status:VALID,
-
Table: IBY_BANK_INSTRUCTIONS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_B, object_name:IBY_BANK_INSTRUCTIONS_B, status:VALID, product: IBY - Payments , description: IBY_BANK_INSTRUCTIONS stores bank instructions that are used as lookup values for payment process profiles and external payee setup. This table corresponds to the Bank Instruction Codes page. , implementation_dba_data: IBY.IBY_BANK_INSTRUCTIONS_B ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IBY_BANK_INSTRUCTIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_VL, object_name:IBY_BANK_INSTRUCTIONS_VL, status:VALID,
-
VIEW: APPS.IBY_BANK_INSTRUCTIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BANK_INSTRUCTIONS_VL, object_name:IBY_BANK_INSTRUCTIONS_VL, status:VALID,
-
12.1.1 DBA Data
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
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
Foreign Keys
12.1.1
-
SYNONYM: PUBLIC.DATABASE_PROPERTIES
12.2.2
owner:PUBLIC, object_type:SYNONYM, object_name:DATABASE_PROPERTIES, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
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 ,