Search Results iby_beplangs




Overview

The IBY_BEPLANGS table is a core reference table within the Oracle E-Business Suite (EBS) Payments module (IBY). It functions as a system-level repository that defines the language support capabilities for each configured Back End Payment System (BEP). A BEP represents an external payment processing system or financial institution gateway, such as a bank or a payment network, integrated with Oracle Payments. This table is essential for ensuring that payment-related communications, instructions, and formatting conform to the linguistic requirements of both the business and its banking partners, enabling accurate and locale-aware payment processing.

Key Information Stored

The table stores the association between a Back End Payment System and the languages it supports. Its primary columns include BEPID, which is a foreign key to the IBY_BEPINFO table identifying the specific payment system. The BEPLANG column holds the code for a supported language (e.g., 'US' for American English). A critical functional column is PREFERRED, which indicates the default or primary language for a given BEPID. This allows the system to select an appropriate language when multiple options are available, ensuring consistency in payment file generation and system communication.

Common Use Cases and Queries

This table is primarily referenced during the setup and validation of payment systems and during runtime payment processing. A common administrative use case is to review all language options for a specific bank during implementation. For reporting, one might generate a list of all BEPs and their supported languages to audit configuration. A typical query would join IBY_BEPLANGS to IBY_BEPINFO to get descriptive names.

  • Sample Query: SELECT info.BEPNAME, lang.BEPLANG, lang.PREFERRED FROM IBY.IBY_BEPLANGS lang, IBY.IBY_BEPINFO info WHERE lang.BEPID = info.BEPID ORDER BY info.BEPNAME, lang.PREFERRED DESC;
  • Functional Use: When Oracle Payments initiates a payment process for a given BEP, it queries this table to determine the correct language context for formatting payment instructions and any associated communication.

Related Objects

The IBY_BEPLANGS table has a direct and crucial relationship with the master table of Back End Payment Systems. As per the provided metadata, it is linked via a foreign key to the IBY_BEPINFO table.

  • IBY_BEPINFO: This is the parent table containing the core definition and configuration details for each Back End Payment System. The relationship is defined on the BEPID column (IBY_BEPLANGS.BEPID references IBY_BEPINFO.BEPID). This ensures that any language entry in IBY_BEPLANGS is associated with a valid, configured payment system.
  • Table: IBY_BEPLANGS 12.1.1

    owner:IBY,  object_type:TABLE,  fnd_design_data:IBY.IBY_BEPLANGS,  object_name:IBY_BEPLANGS,  status:VALID,  product: IBY - Paymentsdescription: IBY_BEPLANGS contains list of all the languages supported by the Back End Payment System ,  implementation_dba_data: IBY.IBY_BEPLANGS

  • Table: IBY_BEPLANGS 12.2.2

    owner:IBY,  object_type:TABLE,  fnd_design_data:IBY.IBY_BEPLANGS,  object_name:IBY_BEPLANGS,  status:VALID,  product: IBY - Paymentsdescription: IBY_BEPLANGS contains list of all the languages supported by the Back End Payment System ,  implementation_dba_data: IBY.IBY_BEPLANGS

  • Table: IBY_BEPINFO 12.2.2

    owner:IBY,  object_type:TABLE,  fnd_design_data:IBY.IBY_BEPINFO,  object_name:IBY_BEPINFO,  status:VALID,  product: IBY - Paymentsdescription: IBY_BEPKEYS stores information about the payment systems. ,  implementation_dba_data: IBY.IBY_BEPINFO

  • Table: IBY_BEPINFO 12.1.1

    owner:IBY,  object_type:TABLE,  fnd_design_data:IBY.IBY_BEPINFO,  object_name:IBY_BEPINFO,  status:VALID,  product: IBY - Paymentsdescription: IBY_BEPINFO has a row for every BEP(Back End Payment System) configured in system. A BEP is a payment provider such as Cybercash, Verifone etc ,  implementation_dba_data: IBY.IBY_BEPINFO

  • View: IBY_F_LENDERS_V 12.1.1

    owner:APPS,  object_type:VIEW,  fnd_design_data:IBY.IBY_F_LENDERS_V,  object_name:IBY_F_LENDERS_V,  status:VALID,  product: IBY - Paymentsimplementation_dba_data: APPS.IBY_F_LENDERS_V

  • View: IBY_F_LENDERS_V 12.2.2

    owner:APPS,  object_type:VIEW,  fnd_design_data:IBY.IBY_F_LENDERS_V,  object_name:IBY_F_LENDERS_V,  status:VALID,  product: IBY - Paymentsimplementation_dba_data: APPS.IBY_F_LENDERS_V