Search Results iby_fndcpt_user_dc_pf_b
Overview
The IBY_FNDCPT_USER_DC_PF_B table is a core data object within the Oracle E-Business Suite Payments (IBY) module, specifically for versions 12.1.1 and 12.2.2. It serves as the base table for storing user-defined Direct Debit (DD) profile configurations. A Direct Debit profile defines the operational and technical parameters required to initiate and process direct debit transactions through a specific Bank Enterprise Payment (BEP) service. This table is central to the setup and execution of automated payment collection, enabling organizations to configure unique processing rules and bank account linkages for different business scenarios.
Key Information Stored
The table's primary key is USER_DC_PROFILE_CODE, a unique identifier for each user-defined profile. Critical foreign key columns establish essential relationships to other payment setup entities. The BEP_ACCOUNT_ID links the profile to a specific bank account defined in the IBY_BEPKEYS table. Transaction configuration IDs—ONLINE_DEB_TRANS_CONFIG_ID, SETTLEMENT_TRANS_CONFIG_ID, and QUERY_TRANS_CONFIG_ID—define the technical setups for initiating debits, settlement processes, and transaction queries, respectively. The SYS_DC_PROFILE_CODE column may reference a system-defined profile template. Additional columns, inferred from standard EBS design patterns, typically store control attributes such as active status, start and end dates, and creation/modification audit information.
Common Use Cases and Queries
This table is primarily accessed during the implementation and ongoing administration of direct debit functionality. Common operational scenarios include troubleshooting payment initiation failures by verifying profile configurations or generating a list of active profiles for audit purposes. A typical reporting query would join this table to its descriptive translation table (IBY_FNDCPT_USER_DC_PF_TL) and bank account details. For example:
SELECT b.USER_DC_PROFILE_CODE, tl.NAME, k.BANK_ACCOUNT_NUM FROM IBY_FNDCPT_USER_DC_PF_B b, IBY_FNDCPT_USER_DC_PF_TL tl, IBY_BEPKEYS k WHERE b.USER_DC_PROFILE_CODE = tl.USER_DC_PROFILE_CODE AND b.BEP_ACCOUNT_ID = k.BEP_ACCOUNT_ID AND b.END_DATE IS NULL;
Direct data manipulation (DML) on this table is strongly discouraged; configurations should be created and maintained exclusively through the Oracle Payments Manager (OPM) user interface or dedicated public APIs to maintain data integrity.
Related Objects
The table maintains defined relationships with several other IBY objects, as documented in the ETRM metadata. The primary key is referenced by the translation table for multilingual support:
- IBY_FNDCPT_USER_DC_PF_TL: References IBY_FNDCPT_USER_DC_PF_B.USER_DC_PROFILE_CODE to store translated names and descriptions for the profile.
This table references the following objects via foreign keys:
- IBY_BEPKEYS: Via BEP_ACCOUNT_ID, linking the profile to a specific bank account setup.
- IBY_FNDCPT_USER_DC_PF_B: Self-referencing foreign keys (for SYS_DC_PROFILE_CODE, ONLINE_DEB_TRANS_CONFIG_ID, SETTLEMENT_TRANS_CONFIG_ID, QUERY_TRANS_CONFIG_ID) indicate relationships to other rows within the same table, typically for inheriting settings from system-defined templates or other configuration sets.
-
Table: IBY_FNDCPT_USER_DC_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_B, object_name:IBY_FNDCPT_USER_DC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_USER_DC_PF_B ,
-
Table: IBY_FNDCPT_USER_DC_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_B, object_name:IBY_FNDCPT_USER_DC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_USER_DC_PF_B ,
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_FNDCPT_USER_DC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_USER_DC_PF_B
12.2.2
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_FNDCPT_USER_DC_PF_B
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_USER_DC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_FNDCPT_USER_DC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_USER_DC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_USER_DC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_FNDCPT_USER_DC_PF_B
12.2.2
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_USER_DC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_USER_DC_PF_B
12.1.1
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_USER_DC_PF_B
12.1.1
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_DC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_SYS_DC_PF_B
12.1.1
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_DC_PF_B
12.1.1
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_BEPKEYS
12.2.2
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_SYS_DC_PF_B
12.2.2
-
VIEW: IBY.IBY_FNDCPT_USER_DC_PF_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_FNDCPT_USER_DC_PF_B#, status:VALID,
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_BEPKEYS
12.1.1
-
SYNONYM: APPS.IBY_FNDCPT_USER_DC_PF_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_USER_DC_PF_B, status:VALID,
-
VIEW: APPS.IBY_FNDCPT_USER_DC_PF_VL
12.2.2
-
VIEW: APPS.IBY_FNDCPT_USER_DC_PF_VL
12.1.1
-
VIEW: IBY.IBY_FNDCPT_USER_DC_PF_B#
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_EFT_PF_B
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_EFT_PF_B
12.1.1
-
SYNONYM: APPS.IBY_FNDCPT_USER_DC_PF_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_USER_DC_PF_B, status:VALID,
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_TRANSMIT_CONFIGS_B
12.2.2
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG SQL Statements
12.2.2
-
Table: IBY_FNDCPT_USER_DC_PF_TL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_TL, object_name:IBY_FNDCPT_USER_DC_PF_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_USER_DC_PF_TL ,
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG SQL Statements
12.1.1
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_BEPKEYS
12.1.1
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_SYS_DC_PF_B
12.2.2
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_TRANSMIT_CONFIGS_B
12.1.1
-
TABLE: IBY.IBY_FNDCPT_USER_DC_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_B, object_name:IBY_FNDCPT_USER_DC_PF_B, status:VALID,
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_BEPKEYS
12.2.2
-
TABLE: IBY.IBY_FNDCPT_USER_DC_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_B, object_name:IBY_FNDCPT_USER_DC_PF_B, status:VALID,
-
Table: IBY_FNDCPT_USER_DC_PF_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_DC_PF_TL, object_name:IBY_FNDCPT_USER_DC_PF_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_USER_DC_PF_TL ,
-
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 ,
-
APPS.IBY_FNDCPT_PROFILE_PVT SQL Statements
12.2.2
-
APPS.IBY_FNDCPT_PROFILE_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IBY_AR_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_AR_UTILS, status:VALID,
-
PACKAGE BODY: APPS.IBY_FNDCPT_MLSUTL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_FNDCPT_MLSUTL_PVT, status:VALID,
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_BATCHES_ALL
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.IBY_TUNNEL_CONFIG_UPG_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_TUNNEL_CONFIG_UPG_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_TUNNEL_CONFIG_UPG_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_TUNNEL_CONFIG_UPG_PKG, status:VALID,
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_BATCHES_ALL
12.1.1