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 ,
-
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 ,
-
View: IBY_FNDCPT_ALL_PMT_CHANNELS_V
12.2.2
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 ,
-
Table: IBY_FNDCPT_TX_EXTENSIONS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_TX_EXTENSIONS, object_name:IBY_FNDCPT_TX_EXTENSIONS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_FNDCPT_TX_EXTENSIONS ,
-
View: IBY_FNDCPT_PMT_CHNNLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_PMT_CHNNLS_VL, object_name:IBY_FNDCPT_PMT_CHNNLS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_PMT_CHNNLS_VL ,
-
Table: IBY_FNDCPT_TX_EXTENSIONS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_FNDCPT_TX_EXTENSIONS, object_name:IBY_FNDCPT_TX_EXTENSIONS, status:VALID, product: IBY - Payments , description: "The data in this table will be created by the source products through the public API IBY_FNDCPT_TRXN_PUB, Create_Transaction_Extension and Copy_Transaction_Extension to register a Funds capture transaction. IBY_FNDCPT_TX_EXTENSIONS table , implementation_dba_data: IBY.IBY_FNDCPT_TX_EXTENSIONS ,
-
View: IBY_FNDCPT_PMT_CHNNLS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_FNDCPT_PMT_CHNNLS_VL, object_name:IBY_FNDCPT_PMT_CHNNLS_VL, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_FNDCPT_PMT_CHNNLS_VL ,