Search Results iby_payment_methods_b
Overview
The IBY_PAYMENT_METHODS_B table is a core master 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 definitive repository for all payment methods supported by the application. A payment method is a critical payment attribute assigned to a payable document (e.g., an invoice) that defines the mechanism by which a payer will settle the obligation. This table stores the base, non-translatable attributes of each method, forming the parent record in a multilingual setup. Its integrity is enforced by a primary key, and it is extensively referenced by transactional and setup tables throughout the Payments ecosystem, making it fundamental for payment processing, validation, and reporting workflows.
Key Information Stored
The table's primary identifier is the PAYMENT_METHOD_CODE, a unique key representing the internal code for a payment method, such as 'CHECK', 'WIRE', or 'EFT'. While the full column list is not detailed in the provided excerpt, standard implementation suggests other crucial columns likely include ENABLED_FLAG (to activate/deactivate the method), CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY for auditing. The associated IBY_PAYMENT_METHODS_TL table stores the translated name and description for each code, enabling multilingual support. The data defines methods like Check, Electronic Funds Transfer (EFT), Wire Transfer, and Bill of Exchange, which are then available for assignment to payees and payment documents.
Common Use Cases and Queries
This table is central to queries that list available payment instruments, validate payment method assignments, and analyze payment processing trends. Common scenarios include generating a list of all active payment methods for a setup screen or validating that a method code used in a transactional interface is valid. A typical query to retrieve active payment methods with their descriptions would join the base and translation tables:
- SELECT b.payment_method_code, tl.name, tl.description FROM iby_payment_methods_b b, iby_payment_methods_tl tl WHERE b.payment_method_code = tl.payment_method_code AND tl.language = USERENV('LANG') AND b.enabled_flag = 'Y' ORDER BY tl.name;
Another frequent use case is troubleshooting payment process requests by tracing the payment method code from a document payable (IBY_DOCS_PAYABLE_ALL) back to its master definition in this table.
Related Objects
As indicated by the foreign key relationships, IBY_PAYMENT_METHODS_B is a pivotal parent table. Key dependent objects include:
- IBY_DOCS_PAYABLE_ALL / IBY_DOCUMENTS_PAYABLE_H: Store payable documents, each linked to a payment method via PAYMENT_METHOD_CODE.
- IBY_PAYMENTS_ALL: Records individual payments, referencing the method used.
- IBY_EXTERNAL_PAYEES_ALL / IBY_TEMP_EXT_PAYEES: Store payee information, with a DEFAULT_PAYMENT_METHOD_CODE column.
- IBY_EXT_PARTY_PMT_MTHDS / IBY_APPLICABLE_PMT_MTHDS: Setup tables governing which payment methods are available for specific parties or payment processes.
- IBY_PAYMENT_RULES / IBY_VAL_ASSIGNMENTS: Contain business rules and validation assignments tied to specific payment methods.
- IBY_PAYMENT_METHODS_TL: The associated translation table, joined on PAYMENT_METHOD_CODE.
-
Table: IBY_PAYMENT_METHODS_B
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_B, object_name:IBY_PAYMENT_METHODS_B, status:VALID, product: IBY - Payments , description: IBY_PAYMENT_METHODS stores the payment methods that Oracle Payments supports. A payment method is a payment attribute on a document payable that indicates how the first party payer is going to make the payment. Examples of payment methods i , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_B ,
-
Table: IBY_PAYMENT_METHODS_B
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_B, object_name:IBY_PAYMENT_METHODS_B, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_B ,
-
APPS.IBY_DISBURSEMENT_COMP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_PAYMENT_METHODS_PKG dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_PAYMENT_METHODS_PKG dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.IBY_UPG_PPP_PKG dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.IBY_PYO_TRANSACTION dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_DISBURSEMENT_COMP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.FUN_VENDOR_PVT_PKG dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.IBY_EXTRACTGEN_PVT dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.1.1
-
APPS.ECE_AP_PAYMENT dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_DISBURSE_SUBMIT_PUB_PKG dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.IBY_DISBURSEMENT_SETUP_PUB dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
APPS.FUN_VENDOR_PVT_PKG dependencies on IBY_PAYMENT_METHODS_B
12.2.2
-
VIEW: IBY.IBY_PAYMENT_METHODS_B#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_PAYMENT_METHODS_B#, status:VALID,
-
APPS.ECE_AP_PAYMENT dependencies on HZ_CODE_ASSIGNMENTS
12.2.2
-
APPS.ECE_AP_PAYMENT dependencies on HZ_LOCATIONS
12.2.2
-
APPS.IBY_PYO_TRANSACTION dependencies on HZ_CODE_ASSIGNMENTS
12.2.2
-
APPS.IBY_PYO_TRANSACTION dependencies on HZ_LOCATIONS
12.2.2
-
SYNONYM: APPS.IBY_PAYMENT_METHODS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_PAYMENT_METHODS_B, status:VALID,
-
TRIGGER: APPS.IBY_PAYMENT_METHODS_B+
12.2.2
-
VIEW: APPS.IBY_PAYMENT_METHODS_B_DFV
12.1.1
-
VIEW: APPS.IBY_PAYMENT_METHODS_B_DFV
12.2.2
-
TRIGGER: APPS.IBY_PAYMENT_METHODS_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_PAYMENT_METHODS_B+, status:VALID,
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_PMT_CREATION_RULES
12.2.2
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_EXTERNAL_PAYEES_ALL
12.2.2
-
VIEW: APPS.IBY_PAYMENT_METHODS_VL
12.1.1
-
VIEW: APPS.IBY_PAYMENT_METHODS_VL
12.2.2
-
SYNONYM: APPS.IBY_PAYMENT_METHODS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_PAYMENT_METHODS_B, status:VALID,
-
APPS.IBY_PAYMENT_METHODS_PKG SQL Statements
12.2.2
-
VIEW: IBY.IBY_PAYMENT_METHODS_B#
12.2.2
-
FUNCTION: APPS.IBY_PAYMENT_METHODS_B=
12.2.2
-
Table: IBY_PAYMENT_METHODS_TL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_METHODS_TL, object_name:IBY_PAYMENT_METHODS_TL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENT_METHODS_TL ,
-
APPS.IBY_PYO_TRANSACTION dependencies on IBY_DOCS_PAYABLE_ALL
12.2.2
-
APPS.IBY_PYO_TRANSACTION dependencies on IBY_EXT_BANK_ACCOUNTS
12.2.2
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_EXTERNAL_PAYEES_ALL
12.1.1
-
Table: IBY_PAYMENT_RULES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENT_RULES, object_name:IBY_PAYMENT_RULES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENT_RULES ,
-
Table: IBY_APPLICABLE_PMT_MTHDS
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_APPLICABLE_PMT_MTHDS, object_name:IBY_APPLICABLE_PMT_MTHDS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_APPLICABLE_PMT_MTHDS ,
-
APPS.IBY_PAYMENT_METHODS_PKG SQL Statements
12.1.1
-
Table: IBY_VAL_ASSIGNMENTS
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_VAL_ASSIGNMENTS, object_name:IBY_VAL_ASSIGNMENTS, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_VAL_ASSIGNMENTS ,
-
Table: IBY_TEMP_EXT_PAYEES
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_TEMP_EXT_PAYEES, object_name:IBY_TEMP_EXT_PAYEES, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_TEMP_EXT_PAYEES ,
-
Table: IBY_EXTERNAL_PAYEES_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_EXTERNAL_PAYEES_ALL, object_name:IBY_EXTERNAL_PAYEES_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_EXTERNAL_PAYEES_ALL ,
-
Table: IBY_PAYMENTS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_PAYMENTS_ALL, object_name:IBY_PAYMENTS_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_PAYMENTS_ALL ,