Search Results iby_bep_acct_opt_name_b
Overview
The table IBY_BEP_ACCT_OPT_NAME_B is a core reference table within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It functions as the base table for defining and storing the valid account options available for configuration with specific Business Event Processors (BEPs). A BEP is a payment system adapter that handles the formatting and transmission of payment instructions to external banking or payment networks. This table establishes the master list of configurable account-level parameters (e.g., payment method, currency, account type) that can be assigned to a given BEP, forming a critical link between payment system capabilities and the internal financial account setup.
Key Information Stored
The table's structure is defined by two primary key columns, reflecting its role in mapping options to processors. The column ACCOUNT_OPTION_CODE is the unique identifier for a specific configurable account parameter. The column BEPID stores the unique identifier for the Business Event Processor, as defined in the IBY_BEPINFO table. The combination of these two columns is enforced as a unique key (IBY_BEP_ACCT_OPT_NAME_B_BA_U1), ensuring that a given account option is not duplicated for the same BEP. The standalone primary key (IBY_BEP_ACCT_OPT_NAME_B_PK) on ACCOUNT_OPTION_CODE and BEPID further enforces this critical relationship. The table itself holds the structural definition, while translated names and descriptions are stored in the related IBY_BEP_ACCT_OPT_NAME_TL table.
Common Use Cases and Queries
This table is primarily accessed during the setup and administration of payment systems. Common scenarios include validating which account attributes are available for a selected payment bank or system, and generating lists of configurable options for user interfaces. A typical diagnostic or setup query would join to the BEP info and translation tables. For example, to list all account options for a specific BEP:
- SELECT bopt.ACCOUNT_OPTION_CODE, tl.NAME FROM IBY_BEP_ACCT_OPT_NAME_B bopt JOIN IBY_BEP_ACCT_OPT_NAME_TL tl ON bopt.ACCOUNT_OPTION_CODE = tl.ACCOUNT_OPTION_CODE AND bopt.BEPID = tl.BEPID JOIN IBY_BEPINFO bep ON bopt.BEPID = bep.BEPID WHERE bep.BEP_CODE = '&BEP_CODE' AND tl.LANGUAGE = USERENV('LANG');
Another critical use case is data validation during the creation of payment instructions, where the system verifies that the account details provided are compatible with the chosen BEP's supported options.
Related Objects
The table maintains defined foreign key relationships with other core Payments tables, as documented in the ETRM metadata.
- IBY_BEPINFO: The table references IBY_BEPINFO via the BEPID column. This ensures every account option record is associated with a valid, defined Business Event Processor.
- IBY_BEP_ACCT_OPT_NAME_TL: This is the translation table that references IBY_BEP_ACCT_OPT_NAME_B. It holds the translated name and description for each account option code, joined on the composite key of ACCOUNT_OPTION_CODE and BEPID. This supports multilingual implementations of EBS.
-
Table: IBY_BEP_ACCT_OPT_NAME_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_B, object_name:IBY_BEP_ACCT_OPT_NAME_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BEP_ACCT_OPT_NAME_B ,
-
Table: IBY_BEP_ACCT_OPT_NAME_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_B, object_name:IBY_BEP_ACCT_OPT_NAME_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BEP_ACCT_OPT_NAME_B ,
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_BEP_ACCT_OPT_NAME_B
12.1.1
-
APPS.IBY_SECURITY_PKG dependencies on IBY_BEP_ACCT_OPT_NAME_B
12.2.2
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_BEP_ACCT_OPT_NAME_B
12.2.2
-
VIEW: IBY.IBY_BEP_ACCT_OPT_NAME_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_BEP_ACCT_OPT_NAME_B#, status:VALID,
-
VIEW: APPS.IBY_BEP_ACCT_OPT_NAME_VL
12.2.2
-
VIEW: APPS.IBY_BEP_ACCT_OPT_NAME_VL
12.1.1
-
SYNONYM: APPS.IBY_BEP_ACCT_OPT_NAME_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_BEP_ACCT_OPT_NAME_B, status:VALID,
-
SYNONYM: APPS.IBY_BEP_ACCT_OPT_NAME_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_BEP_ACCT_OPT_NAME_B, status:VALID,
-
TRIGGER: APPS.IBY_BEP_ACCT_OPT_NAME_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_BEP_ACCT_OPT_NAME_B+, status:VALID,
-
VIEW: IBY.IBY_BEP_ACCT_OPT_NAME_B#
12.2.2
-
TRIGGER: APPS.IBY_BEP_ACCT_OPT_NAME_B+
12.2.2
-
TABLE: IBY.IBY_BEP_ACCT_OPT_NAME_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_B, object_name:IBY_BEP_ACCT_OPT_NAME_B, status:VALID,
-
Table: IBY_BEP_ACCT_OPT_NAME_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_TL, object_name:IBY_BEP_ACCT_OPT_NAME_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BEP_ACCT_OPT_NAME_TL ,
-
Table: IBY_BEP_ACCT_OPT_NAME_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_TL, object_name:IBY_BEP_ACCT_OPT_NAME_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BEP_ACCT_OPT_NAME_TL ,
-
View: IBY_BEP_ACCT_OPT_NAME_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_VL, object_name:IBY_BEP_ACCT_OPT_NAME_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_BEP_ACCT_OPT_NAME_VL ,
-
FUNCTION: APPS.IBY_BEP_ACCT_OPT_NAME_B=
12.2.2
-
TABLE: IBY.IBY_BEP_ACCT_OPT_NAME_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_B, object_name:IBY_BEP_ACCT_OPT_NAME_B, status:VALID,
-
PACKAGE BODY: APPS.IBY_FNDCPT_MLSUTL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_FNDCPT_MLSUTL_PVT, status:VALID,
-
FUNCTION: APPS.IBY_BEP_ACCT_OPT_NAME_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBY_BEP_ACCT_OPT_NAME_B=, status:VALID,
-
View: IBY_BEP_ACCT_OPT_NAME_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_VL, object_name:IBY_BEP_ACCT_OPT_NAME_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_BEP_ACCT_OPT_NAME_VL ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_FNDCPT_MLSUTL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_FNDCPT_MLSUTL_PVT, status:VALID,
-
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 - Payments , description: IBY_BEPKEYS stores information about the payment systems. , implementation_dba_data: IBY.IBY_BEPINFO ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_SECURITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_SECURITY_PKG, status:VALID,
-
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 - Payments , description: 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 ,
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IBY_BEP_ACCT_OPT_NAME_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_VL, object_name:IBY_BEP_ACCT_OPT_NAME_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
-
VIEW: APPS.IBY_BEP_ACCT_OPT_NAME_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_NAME_VL, object_name:IBY_BEP_ACCT_OPT_NAME_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_BEP_ACCT_OPT_NAME_TL
12.2.2
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_BEP_ACCT_OPT_NAME_TL
12.1.1
-
APPS.IBY_FNDCPT_MLSUTL_PVT SQL Statements
12.1.1
-
APPS.IBY_FNDCPT_MLSUTL_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IBY_FNDCPT_MLSUTL_PVT
12.2.2
-
PACKAGE BODY: APPS.IBY_FNDCPT_MLSUTL_PVT
12.1.1
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
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.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,