Search Results iby_fndcpt_sys_cc_pf_b
Overview
The table IBY_FNDCPT_SYS_CC_PF_B is a core configuration table within the Oracle Payments (IBY) module of Oracle E-Business Suite, versions 12.1.1 and 12.2.2. It functions as the master repository for defining system-level credit card payment processing profiles. These profiles are critical for orchestrating the technical communication and data exchange between Oracle Payments and external credit card processors or payment gateways. Each profile encapsulates a complete set of protocols, formats, and handlers required for settlement, inquiry, and notification operations, enabling a standardized and configurable interface for diverse payment service providers.
Key Information Stored
The table's primary key, SYS_CC_PROFILE_CODE, uniquely identifies each credit card processing profile. The essential data stored pertains to the linkage of a profile to specific technical components for different transaction flows. While the full column list is not detailed in the provided metadata, the foreign key relationships explicitly reveal the critical columns. These include SETTLEMENT_FORMAT_CODE, SETTLEMENT_TRANS_PRTCL_CODE, and SETTLEMENT_ACK_RDR_CODE, which define the data format, transmission protocol, and acknowledgment reader for settlement batches. Similarly, QUERY_FORMAT_CODE, QUERY_TRANS_PRTCL_CODE, and QUERY_ACK_RDR_CODE configure these components for transaction inquiry processes. The PAYER_NOTIFICATION_FORMAT column links to the format used for payer communications.
Common Use Cases and Queries
This table is primarily accessed during the setup and administration of credit card payment processing. Common operational scenarios include validating the configuration for a new payment gateway or troubleshooting transmission errors by verifying the assigned protocols and formats. A typical diagnostic query would join this table to its referenced lookup tables to list all configured profiles with their technical components:
SELECT pf.sys_cc_profile_code, f_sett.format_name AS settlement_format, tp_sett.protocol_name AS settlement_protocol FROM iby_fndcpt_sys_cc_pf_b pf, iby_formats_b f_sett, iby_transmit_protocols_b tp_sett WHERE pf.settlement_format_code = f_sett.format_code AND pf.settlement_trans_prtcl_code = tp_sett.protocol_code;
Reporting use cases focus on auditing payment system configurations to ensure compliance and consistency across different operating units or legal entities that may use distinct credit card processors.
Related Objects
The table IBY_FNDCPT_SYS_CC_PF_B has a defined dependency on several key lookup tables in the IBY schema, as documented by its foreign keys. These relationships are fundamental to its purpose of centralizing configuration:
- IBY_FORMATS_B: Referenced three times for defining data formats.
- Join Column: SETTLEMENT_FORMAT_CODE
- Join Column: QUERY_FORMAT_CODE
- Join Column: PAYER_NOTIFICATION_FORMAT
- IBY_TRANSMIT_PROTOCOLS_B: Referenced twice for defining communication protocols.
- Join Column: SETTLEMENT_TRANS_PRTCL_CODE
- Join Column: QUERY_TRANS_PRTCL_CODE
- IBY_ACK_READERS: Referenced twice for defining acknowledgment handlers.
- Join Column: SETTLEMENT_ACK_RDR_CODE
- Join Column: QUERY_ACK_RDR_CODE
This table is likely referenced by payment processing engine programs and setup UIs, positioning it as a central hub in the credit card payment infrastructure.
-
Table: IBY_FNDCPT_SYS_CC_PF_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_CC_PF_B, object_name:IBY_FNDCPT_SYS_CC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_CC_PF_B ,
-
Table: IBY_FNDCPT_SYS_CC_PF_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_SYS_CC_PF_B, object_name:IBY_FNDCPT_SYS_CC_PF_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_SYS_CC_PF_B ,
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.1.1
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_PROFILE_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.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
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.1.1
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.1.1
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.2.2
-
APPS.IBY_FNDCPT_PROFILE_PVT dependencies on IBY_FNDCPT_SYS_CC_PF_B
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
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_EXTRACT_GEN_PVT dependencies on IBY_FNDCPT_USER_CC_PF_B
12.1.1
-
Table: IBY_FORMATS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FORMATS_B, object_name:IBY_FORMATS_B, status:VALID, product: IBY - Payments , description: Stores payment processing format types , implementation_dba_data: IBY.IBY_FORMATS_B ,
-
VIEW: APPS.IBY_FNDCPT_SYS_CC_PF_B_DFV
12.2.2
-
VIEW: APPS.IBY_FNDCPT_SYS_CC_PF_B_DFV
12.1.1
-
Table: IBY_ACK_READERS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACK_READERS, object_name:IBY_ACK_READERS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_ACK_READERS ,
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_VALIDATION_SETS_B
12.2.2
-
VIEW: IBY.IBY_FNDCPT_SYS_CC_PF_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_FNDCPT_SYS_CC_PF_B#, status:VALID,
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_VALIDATION_SETS_B
12.1.1
-
Table: IBY_FORMATS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FORMATS_B, object_name:IBY_FORMATS_B, status:VALID, product: IBY - Payments , description: Stores payment processing format types , implementation_dba_data: IBY.IBY_FORMATS_B ,
-
TRIGGER: APPS.IBY_FNDCPT_SYS_CC_PF_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_FNDCPT_SYS_CC_PF_B+, status:VALID,
-
Table: IBY_TRANSMIT_PROTOCOLS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRANSMIT_PROTOCOLS_B, object_name:IBY_TRANSMIT_PROTOCOLS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TRANSMIT_PROTOCOLS_B ,
-
Table: IBY_TRANSMIT_PROTOCOLS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TRANSMIT_PROTOCOLS_B, object_name:IBY_TRANSMIT_PROTOCOLS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TRANSMIT_PROTOCOLS_B ,
-
SYNONYM: APPS.IBY_FNDCPT_SYS_CC_PF_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_SYS_CC_PF_B, status:VALID,
-
Table: IBY_ACK_READERS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_ACK_READERS, object_name:IBY_ACK_READERS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_ACK_READERS ,
-
TRIGGER: APPS.IBY_FNDCPT_SYS_CC_PF_B+
12.2.2
-
SYNONYM: APPS.IBY_FNDCPT_SYS_CC_PF_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_SYS_CC_PF_B, status:VALID,
-
VIEW: APPS.IBY_FNDCPT_SYS_CC_PF_VL
12.1.1
-
VIEW: APPS.IBY_FNDCPT_SYS_CC_PF_VL
12.2.2
-
FUNCTION: APPS.IBY_FNDCPT_SYS_CC_PF_B=
12.2.2
-
VIEW: IBY.IBY_FNDCPT_SYS_CC_PF_B#
12.2.2
-
FUNCTION: APPS.IBY_FNDCPT_SYS_CC_PF_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBY_FNDCPT_SYS_CC_PF_B=, status:VALID,
-
APPS.IBY_AR_UTILS dependencies on IBY_FNDCPT_USER_CC_PF_B
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_VAL_ASSIGNMENTS
12.2.2
-
APPS.IBY_TRANSACTIONCC_PKG dependencies on IBY_VAL_ASSIGNMENTS
12.1.1
-
VIEW: APPS.IBY_FNDCPT_SYS_CC_PF_B_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IBY_FNDCPT_SYS_CC_PF_B_DFV, 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,
-
VIEW: APPS.IBY_FNDCPT_SYS_CC_PF_B_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IBY_FNDCPT_SYS_CC_PF_B_DFV, status:VALID,
-
APPS.IBY_FNDCPT_EXTRACT_GEN_PVT dependencies on IBY_BATCHES_ALL
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_AR_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_AR_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_FNDCPT_PROFILE_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_FNDCPT_PROFILE_PVT, 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,
-
PACKAGE BODY: APPS.IBY_FNDCPT_PROFILE_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_FNDCPT_PROFILE_PVT, status:VALID,