Search Results bep_account_id
Overview
The table IBY_BEP_ACCT_OPT_VALS is a core data object within the Oracle E-Business Suite Payments (IBY) module, present in both releases 12.1.1 and 12.2.2. It functions as a junction table that stores specific configuration values for bank account options. Its primary role is to link bank account details, managed as Business Entity Process (BEP) accounts, with configurable account-level options. This table is essential for defining and maintaining the precise operational parameters and attributes required for electronic payment processing and fund disbursements within the Oracle EBS financial architecture.
Key Information Stored
The table stores a combination of an account identifier and a specific option code, forming its primary key. The key columns are:
- BEP_ACCOUNT_ID: A foreign key that uniquely identifies the bank account record in the related IBY_BEPKEYS table. This links the option value to a specific payment bank account.
- ACCOUNT_OPTION_CODE: A code representing a specific configurable attribute or option for the linked bank account. The combination of this code and the BEP_ACCOUNT_ID must be unique, as enforced by the primary key constraint IBY_BEP_ACCT_OPT_VALS_PK.
Common Use Cases and Queries
This table is primarily accessed for configuration management and troubleshooting during payment setup. A common use case is querying all configured options for a specific bank account to verify setup completeness or to audit parameters. For example, to retrieve all option codes and their values for a known BEP account ID, a technical consultant might use:
SELECT account_option_code, account_option_value FROM iby.iby_bep_acct_opt_vals WHERE bep_account_id = <account_id> ORDER BY account_option_code;Another critical scenario involves validating the integrity of account setup by joining with the parent IBY_BEPKEYS table to list options for accounts of a certain type or belonging to a specific legal entity, ensuring configurations align with business requirements for payment processing.
Related Objects
The table has a documented, direct foreign key relationship with the IBY_BEPKEYS table, which is the master table for storing bank account information within the Payments module.
- IBY_BEPKEYS: This table is referenced via the foreign key on the column IBY_BEP_ACCT_OPT_VALS.BEP_ACCOUNT_ID. The join condition is typically
IBY_BEP_ACCT_OPT_VALS.BEP_ACCOUNT_ID = IBY_BEPKEYS.BEP_ACCOUNT_ID. IBY_BEPKEYS stores fundamental account details such as account number, bank, currency, and owner, making the relationship crucial for enriching option data with core account attributes.
-
Table: IBY_BEP_ACCT_OPT_VALS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_VALS, object_name:IBY_BEP_ACCT_OPT_VALS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BEP_ACCT_OPT_VALS ,
-
View: IBY_XML_FD_ACCT_SETTINGS_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_ACCT_SETTINGS_1_0_V, object_name:IBY_XML_FD_ACCT_SETTINGS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_ACCT_SETTINGS_1_0_V ,
-
View: IBY_XML_FD_ACCT_SETTINGS_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_ACCT_SETTINGS_1_0_V, object_name:IBY_XML_FD_ACCT_SETTINGS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_ACCT_SETTINGS_1_0_V ,
-
View: IBY_XML_BEP_ACCT_OPTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_BEP_ACCT_OPTIONS_V, object_name:IBY_XML_BEP_ACCT_OPTIONS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_BEP_ACCT_OPTIONS_V ,
-
Table: IBY_BEP_ACCT_OPT_VALS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEP_ACCT_OPT_VALS, object_name:IBY_BEP_ACCT_OPT_VALS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_BEP_ACCT_OPT_VALS ,
-
View: IBY_FNDCPT_USER_CC_PF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_USER_CC_PF_VL, object_name:IBY_FNDCPT_USER_CC_PF_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_USER_CC_PF_VL ,
-
View: IBY_FNDCPT_USER_EFT_PF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_USER_EFT_PF_VL, object_name:IBY_FNDCPT_USER_EFT_PF_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_USER_EFT_PF_VL ,
-
View: IBY_FNDCPT_USER_EFT_PF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_USER_EFT_PF_VL, object_name:IBY_FNDCPT_USER_EFT_PF_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_USER_EFT_PF_VL ,
-
View: IBY_XML_BEP_ACCT_OPTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_BEP_ACCT_OPTIONS_V, object_name:IBY_XML_BEP_ACCT_OPTIONS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_BEP_ACCT_OPTIONS_V ,
-
Table: IBY_BEPKEYS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPKEYS, object_name:IBY_BEPKEYS, status:VALID, product: IBY - Payments , description: IBY_BEPKEYS contains a list of all the keys that identifies a payee or payer with a Back End Payment System. , implementation_dba_data: IBY.IBY_BEPKEYS ,
-
View: IBY_FNDCPT_USER_DC_PF_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_VL, object_name:IBY_FNDCPT_USER_DC_PF_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_USER_DC_PF_VL ,
-
Table: IBY_BEPKEYS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_BEPKEYS, object_name:IBY_BEPKEYS, status:VALID, product: IBY - Payments , description: IBY_BEPKEYS stores information about the payment systems accounts. , implementation_dba_data: IBY.IBY_BEPKEYS ,
-
View: IBY_FNDCPT_USER_DC_PF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_VL, object_name:IBY_FNDCPT_USER_DC_PF_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_USER_DC_PF_VL ,
-
View: IBY_FNDCPT_USER_CC_PF_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_USER_CC_PF_VL, object_name:IBY_FNDCPT_USER_CC_PF_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_USER_CC_PF_VL ,
-
View: IBY_ACCT_PMT_PROFILES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_ACCT_PMT_PROFILES_VL, object_name:IBY_ACCT_PMT_PROFILES_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_ACCT_PMT_PROFILES_VL ,
-
View: IBY_ACCT_PMT_PROFILES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_ACCT_PMT_PROFILES_VL, object_name:IBY_ACCT_PMT_PROFILES_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_ACCT_PMT_PROFILES_VL ,
-
View: IBY_EXT_FD_INS_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_INS_1_0_V, object_name:IBY_EXT_FD_INS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_INS_1_0_V ,
-
View: IBY_PAYMENT_PROFILES
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAYMENT_PROFILES, object_name:IBY_PAYMENT_PROFILES, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAYMENT_PROFILES ,
-
View: IBY_PAYMENT_PROFILES
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_PAYMENT_PROFILES, object_name:IBY_PAYMENT_PROFILES, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_PAYMENT_PROFILES ,
-
View: IBY_EXT_FD_INS_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_INS_1_0_V, object_name:IBY_EXT_FD_INS_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_INS_1_0_V ,