Search Results iby_fndcpt_user_cc_pf_b
Overview
The table IBY_FNDCPT_USER_CC_PF_B is a core data object within the Oracle E-Business Suite (EBS) Payments (IBY) module. It serves as the base table for storing user-defined credit card payment profiles. These profiles are critical configuration entities that define the processing rules, security settings, and transaction handling parameters for credit card payments initiated by a specific user or responsibility. The table's role is to enable secure, flexible, and configurable credit card transaction processing by linking user-specific payment instructions to system-wide configurations for authorization, settlement, and query transactions.
Key Information Stored
The table's primary key, USER_CC_PROFILE_CODE, uniquely identifies each user-defined profile. Its structure is designed to link user configurations to broader system setups through foreign key relationships. Key columns include USER_CC_PROFILE_CODE, which holds the unique identifier for the profile, and SYS_CC_PROFILE_CODE, which likely references a system-level template or default profile. Crucially, the table stores references to specific transaction configurations via IDs for ONLINE_AUTH_TRANS_CONFIG_ID, SETTLEMENT_TRANS_CONFIG_ID, and QUERY_TRANS_CONFIG_ID, dictating how different types of credit card transactions are processed. The BEP_ACCOUNT_ID column links the profile to a specific Business Event Processing (BEP) account, connecting payment instructions to the appropriate financial institution or payment gateway setup.
Common Use Cases and Queries
A primary use case is the administration and auditing of user-specific credit card payment setups. System administrators may query this table to verify configurations or troubleshoot transaction errors. A common reporting need is to list all active user-defined profiles along with their associated system profile and BEP account. A sample query for this would be: SELECT USER_CC_PROFILE_CODE, SYS_CC_PROFILE_CODE, BEP_ACCOUNT_ID FROM IBY.IBY_FNDCPT_USER_CC_PF_B WHERE END_DATE IS NULL;. Another critical scenario involves joining to transaction configuration tables to validate the end-to-end setup for a payment flow, ensuring that the authorization, settlement, and inquiry services are correctly mapped for a given user profile before processing live transactions.
Related Objects
The table maintains several documented foreign key relationships, integrating it deeply into the Payments architecture. Its primary key is enforced by the IBY_FNDCPT_USER_CC_PF_B_PK constraint. Key related objects include:
- IBY_BEPKEYS: Related via the BEP_ACCOUNT_ID column, this join connects the user profile to the specific bank account or payment processor key details.
- Self-referencing Foreign Keys: The table references itself for columns SYS_CC_PROFILE_CODE, ONLINE_AUTH_TRANS_CONFIG_ID, SETTLEMENT_TRANS_CONFIG_ID, and QUERY_TRANS_CONFIG_ID. This indicates these columns likely store codes or IDs that point to other records within the same table, representing system-level profile templates and shared transaction configuration records that user profiles inherit or utilize.
-
Table: IBY_FNDCPT_USER_CC_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_CC_PF_B, object_name:IBY_FNDCPT_USER_CC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_USER_CC_PF_B ,
-
Table: IBY_FNDCPT_USER_CC_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_CC_PF_B, object_name:IBY_FNDCPT_USER_CC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_USER_CC_PF_B ,
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_UPGRADE_PARAM_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_UPGRADE_PARAM_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_BEPKEYS
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_CC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.2.2
-
VIEW: IBY.IBY_FNDCPT_USER_CC_PF_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_FNDCPT_USER_CC_PF_B#, status:VALID,
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.1.1
-
VIEW: IBY.IBY_FNDCPT_USER_CC_PF_B#
12.2.2
-
VIEW: APPS.IBY_FNDCPT_USER_CC_PF_VL
12.1.1
-
VIEW: APPS.IBY_FNDCPT_USER_CC_PF_VL
12.2.2
-
SYNONYM: APPS.IBY_FNDCPT_USER_CC_PF_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_USER_CC_PF_B, status:VALID,
-
SYNONYM: APPS.IBY_FNDCPT_USER_CC_PF_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_USER_CC_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.1.1
-
APPS.IBY_UPGRADE_PARAM_PVT dependencies on IBY_BEP_ACCT_OPT_VALS
12.1.1
-
APPS.IBY_UPGRADE_PARAM_PVT dependencies on IBY_BEP_ACCT_OPT_VALS
12.2.2
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_BEPKEYS
12.2.2
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_BEPKEYS
12.1.1
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG dependencies on IBY_TRANSMIT_CONFIGS_B
12.1.1
-
APPS.IBY_TUNNEL_CONFIG_UPG_PKG SQL Statements
12.2.2
-
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 ,
-
PACKAGE BODY: APPS.IBY_UPGRADE_PARAM_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_UPGRADE_PARAM_PVT, status:VALID,
-
APPS.IBY_FNDCPT_PROFILE_PVT SQL Statements
12.2.2
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_SYS_CC_PF_B
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.IBY_FNDCPT_USER_CC_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_CC_PF_B, object_name:IBY_FNDCPT_USER_CC_PF_B, status:VALID,
-
TABLE: IBY.IBY_FNDCPT_USER_CC_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_USER_CC_PF_B, object_name:IBY_FNDCPT_USER_CC_PF_B, status:VALID,
-
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,
-
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 ,
-
PACKAGE: APPS.IBY_TRANSACTIONCC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_TRANSACTIONCC_PKG, status:VALID,