Search Results iby_fndcpt_pmt_chnnls_b
Overview
The table IBY_FNDCPT_PMT_CHNNLS_B is a core reference data table within the Oracle Payments (IBY) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master repository for defining and storing all valid payment channels. A payment channel is a critical configuration entity that represents a specific method or pathway for processing payments, such as "Check," "Wire Transfer," "Credit Card," or "Electronic Funds Transfer (EFT)." This table underpins the payment infrastructure by providing a standardized list of channels that can be assigned to various transactional and setup components across the EBS suite, ensuring consistency and integrity in payment processing flows.
Key Information Stored
The primary data stored in IBY_FNDCPT_PMT_CHNNLS_B is the unique identifier for each payment channel. Based on the provided metadata, the central column is PAYMENT_CHANNEL_CODE, which is the table's primary key. This column stores the short, unique code that identifies the payment channel throughout the system. While the specific full list of columns is not detailed in the excerpt, a table of this nature in the Payments module typically includes additional descriptive and control columns such as ENABLED_FLAG, CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, and possibly a NAME or DESCRIPTION field for the channel. The PAYMENT_CHANNEL_CODE is the critical piece of reference data leveraged by other modules.
Common Use Cases and Queries
The primary use case for this table is to support the setup and validation of payment-related configurations. For instance, when defining a Receipt Method in Accounts Receivable (AR) or a Payment Method in Payables (AP), the user selects from the list of active channels defined in this table. Common queries involve listing all available channels for reporting or setup purposes. A typical SQL pattern would be a simple select statement to retrieve active channels, often joined with the related TL (Translation) table for language-specific names:
SELECT channel_code, meaning FROM iby_fndcpt_pmt_chnnls_b b, iby_fndcpt_pmt_chnnls_tl tl WHERE b.payment_channel_code = tl.payment_channel_code AND tl.language = USERENV('LANG') AND b.enabled_flag = 'Y';- Another common query is to identify which transactional entities are using a specific channel by joining with foreign key tables like IBY_FNDCPT_TX_EXTENSIONS.
Related Objects
As documented in the provided metadata, IBY_FNDCPT_PMT_CHNNLS_B has defined foreign key relationships with several key transactional and setup tables, confirming its role as a central reference point.
- AR_RECEIPT_METHODS: The PAYMENT_CHANNEL_CODE in AR_RECEIPT_METHODS references this table. This links a Receivables receipt method to a specific payment processing channel.
- IBY_FNDCPT_TX_EXTENSIONS: The PAYMENT_CHANNEL_CODE in IBY_FNDCPT_TX_EXTENSIONS references this table. This table stores extended attributes for payment transactions, tying individual transactions to their designated channel.
These relationships demonstrate that the payment channel code defined in IBY_FNDCPT_PMT_CHNNLS_B is integral to configuring receipt methods and processing individual payment transactions within the Oracle Payments framework.
-
Table: IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_PMT_CHNNLS_B, object_name:IBY_FNDCPT_PMT_CHNNLS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_PMT_CHNNLS_B ,
-
Table: IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_PMT_CHNNLS_B, object_name:IBY_FNDCPT_PMT_CHNNLS_B, status:VALID, product: IBY - Payments , description: IBY_FNDCPT_PMT_CHNNLS defines all payment methods for the funds capture flow. Payment methods are categorized by instrument types. The instrument types are BANKACCOUNT, CREDITCARD, and DEBITCARD. Each payment method includes the attribute- , implementation_dba_data: IBY.IBY_FNDCPT_PMT_CHNNLS_B ,
-
APPS.IBY_UTILITY_PVT dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
-
APPS.AR_IREC_PAYMENTS dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.ARP_PROCESS_PAYINFO dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.AR_AUTOREC_API dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
-
APPS.PON_EMD_AR_INTEGRATION_GRP dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
-
APPS.AR_IREC_PAYMENTS dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
-
APPS.ARP_CORRECT_CC_ERRORS dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.IBY_UTILITY_PVT dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
-
APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
-
APPS.ARP_PROCESS_PAYINFO dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.IBY_FNDCPT_MLSUTL_PVT dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.AR_AUTOREM_API dependencies on IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
-
APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_PMT_MTHD_ATTRIB_APPL
12.1.1
-
APPS.IBY_FNDCPT_SETUP_PUB dependencies on IBY_PMT_MTHD_ATTRIB_APPL
12.2.2
-
VIEW: APPS.IBY_FNDCPT_PMT_CHNNLS_B_DFV
12.1.1
-
VIEW: APPS.IBY_FNDCPT_PMT_CHNNLS_B_DFV
12.2.2
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_EXT_PARTY_PMT_MTHDS
12.2.2
-
VIEW: IBY.IBY_FNDCPT_PMT_CHNNLS_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_FNDCPT_PMT_CHNNLS_B#, status:VALID,
-
VIEW: APPS.IBY_FNDCPT_ALL_PMT_CHANNELS_V
12.1.1
-
TRIGGER: APPS.IBY_FNDCPT_PMT_CHNNLS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_FNDCPT_PMT_CHNNLS_B+, status:VALID,
-
SYNONYM: APPS.IBY_FNDCPT_PMT_CHNNLS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_PMT_CHNNLS_B, status:VALID,
-
APPS.IBY_FNDCPT_TRXN_PUB dependencies on IBY_EXT_PARTY_PMT_MTHDS
12.1.1
-
VIEW: APPS.IBY_FNDCPT_ALL_PMT_CHANNELS_V
12.2.2
-
SYNONYM: APPS.IBY_FNDCPT_PMT_CHNNLS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_FNDCPT_PMT_CHNNLS_B, status:VALID,
-
VIEW: APPS.IBY_FNDCPT_PMT_CHNNLS_VL
12.1.1
-
VIEW: APPS.IBY_FNDCPT_PMT_CHNNLS_VL
12.2.2
-
TRIGGER: APPS.IBY_FNDCPT_PMT_CHNNLS_B+
12.2.2
-
VIEW: IBY.IBY_FNDCPT_PMT_CHNNLS_B#
12.2.2
-
FUNCTION: APPS.IBY_FNDCPT_PMT_CHNNLS_B=
12.2.2
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_PMT_CHNNLS_TL
12.1.1
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_PMT_CHNNLS_TL
12.2.2
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_FNDCPT_TX_EXTENSIONS
12.1.1
-
View: IBY_FNDCPT_ALL_PMT_CHANNELS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_ALL_PMT_CHANNELS_V, object_name:IBY_FNDCPT_ALL_PMT_CHANNELS_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_ALL_PMT_CHANNELS_V ,
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_PMT_INSTR_USES_ALL
12.1.1
-
APPS.ARP_PROCESS_PAYINFO dependencies on RA_INTERFACE_LINES_GT
12.1.1
-
APPS.ARP_PROCESS_PAYINFO dependencies on RA_INTERFACE_LINES_GT
12.2.2
-
APPS.ARP_PROCESS_PAYINFO dependencies on AR_RECEIPT_METHODS
12.1.1
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_CREDITCARD
12.2.2
-
APPS.ARP_PROCESS_PAYINFO dependencies on AR_RECEIPT_METHODS
12.2.2
-
APPS.ARP_PROCESS_PAYINFO dependencies on AR_RECEIPT_CLASSES
12.2.2
-
APPS.ARP_PROCESS_PAYINFO dependencies on AR_RECEIPT_CLASSES
12.1.1
-
APPS.ARP_TRX_DEFAULTS_3 dependencies on IBY_EXT_BANK_ACCOUNTS
12.1.1