Search Results iby_internal_payers_all
Overview
IBY_INTERNAL_PAYERS_ALL is a Payments (IBY) module table that stores the payment-processing attributes controlling the funds disbursement payment flow for all first-party payers. In Oracle EBS 12.1.1 and 12.2.2, a first-party payer is the internal organization (or business unit) that disburses funds on behalf of the enterprise — for example, a paying legal entity or operating unit. Each row represents one internal payer and defines behavioral rules that determine how Oracle Payments builds, reviews, formats, and submits payment instructions. Because these attributes directly govern the payment process, misconfigured rows can block payment instruction creation, alter payment rejection behavior, or change how payment files are retained.
The documented Data Vault classification for this object is standalone, meaning the FK structure does not reveal a hub, link, or satellite relationship to other IBY entities. From a modeling perspective, this suggests treating IBY_INTERNAL_PAYERS_ALL as an independent reference (master) table keyed on the internal payer, rather than a transactional child of a payments hub. The single-row-per-payer nature and the presence of audit columns (CREATED_BY, LAST_UPDATE_DATE) are consistent with a configuration/reference entity rather than an event table.
Key Information Stored
The table contains 20 documented columns. The most significant include:
- INT_PAYER_ID — the surrogate primary key (IBY_INTERNAL_PAYERS_ALL_PK) uniquely identifying each internal payer.
- PAYMENT_METHOD_AT_PAYEE_FLAG — indicates whether the payment method in effect is derived at the payee level.
- DOCUMENT_REJECTION_LEVEL_CODE and PAYMENT_REJECTION_LEVEL_CODE — control the level at which document and payment rejections are raised during processing.
- REQUIRE_PROP_PMTS_REVIEW_FLAG — forces proposed payments into a manual review step before processing.
- ALLOW_EXT_ACCT_OVERRIDE_FLAG — permits external account overrides during payment creation.
- EXCLUSIVE_PAYMENT_FLAG — governs whether payments are restricted to an exclusive basis.
- SAVE_PAYMENT_FILE_IN_DB — determines whether generated payment files are persisted in the database.
- BANK_CHARGE_BEARER — identifies who bears bank charges on the payer's transactions.
- PPR_REPORT_FORMAT and AUTOMATIC_PPR_REPORT_SUBMIT — define the format of Payment Process Request reports and whether they submit automatically.
- ORG_ID and ORG_TYPE — identify the operating unit/organization and its type, supporting multi-org security.
- ZD_EDITION_NAME — the editioning column introduced in 12.2.x for online patching (Edition-Based Redefinition), part of the business-key candidate.
- OBJECT_VERSION_NUMBER — supports optimistic locking against concurrent updates.
The documented unique index IBY_INTERNAL_PAYERS_ALL_U1 (INT_PAYER_ID, ZD_EDITION_NAME) is the business-key candidate, while INT_PAYER_ID alone is the surrogate primary key.
Common Use Cases and Queries
A frequent requirement is auditing payer-level payment controls. A representative query lists active payers and their key flags:
SELECT int_payer_id, org_id, org_type, payment_method_at_payee_flag, require_prop_pmts_review_flag, save_payment_file_in_db, zd_edition_name FROM iby.iby_internal_payers_all WHERE org_id = :p_org_id;
Configuration teams use such queries to verify that a paying business unit does not unintentionally force manual review or retain payment files in the database. Oracle Payments internally reads these rows when building payment instructions, so troubleshooting a stuck payment process often begins by inspecting the payer's flags. Reporting on the BANK_CHARGE_BEARER and PPR_REPORT_FORMAT columns supports bank-charge reconciliation and Payment Process Request report formatting.
Related Objects
Because the mined relationship data classifies IBY_INTERNAL_PAYERS_ALL as standalone, no formal foreign keys connect it to other IBY tables in the documented structure. The significant consumption of these rows is algorithmic rather than referential, occurring within the payments engine:
- IBY_INTERNAL_PAYER_ATTRS — extended attributes for internal payers.
- IBY_PAY_SERVICE_REQUEST_INSTR — payment instruction records whose generation honors these payer controls.
- IBY_PAYMENTS — payment records produced by the disbursement process.
- IBY_PAYMENT_INSTRUCTIONS — instruction headers governed by payer-level review and rejection settings.
- IBY_PAYMENT_PROFILE and related public APIs (IBY_DISBURSEMENT) — invoked to build and format payments according to payer attributes.
Joins are typically performed on ORG_ID/ORG_TYPE rather than a foreign-key column, reflecting the reference-table role of this object.
-
Table: IBY_INTERNAL_PAYERS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_INTERNAL_PAYERS_ALL, object_name:IBY_INTERNAL_PAYERS_ALL, status:VALID, product: IBY - Payments , description: IBY_INTERNAL_PAYERS_ALL stores payment-related attributes for the funds disbursement payment process for all first party payers. These attributes control the flow of payments. , implementation_dba_data: IBY.IBY_INTERNAL_PAYERS_ALL ,
-
Table: IBY_INTERNAL_PAYERS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_INTERNAL_PAYERS_ALL, object_name:IBY_INTERNAL_PAYERS_ALL, status:VALID, product: IBY - Payments , implementation_dba_data: IBY.IBY_INTERNAL_PAYERS_ALL ,
-
VIEW: IBY.IBY_INTERNAL_PAYERS_ALL#
12.2.2
owner:IBY, object_type:VIEW, object_name:IBY_INTERNAL_PAYERS_ALL#, status:VALID,
-
TRIGGER: APPS.IBY_INTERNAL_PAYERS_ALL+
12.2.2
-
VIEW: IBY.IBY_INTERNAL_PAYERS_ALL#
12.2.2
-
TRIGGER: APPS.IBY_INTERNAL_PAYERS_ALL+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IBY_INTERNAL_PAYERS_ALL+, status:VALID,
-
SYNONYM: APPS.IBY_INTERNAL_PAYERS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_INTERNAL_PAYERS_ALL, status:VALID,
-
SYNONYM: APPS.IBY_INTERNAL_PAYERS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_INTERNAL_PAYERS_ALL, status:VALID,
-
FUNCTION: APPS.IBY_INTERNAL_PAYERS_ALL=
12.2.2
-
FUNCTION: APPS.IBY_INTERNAL_PAYERS_ALL=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IBY_INTERNAL_PAYERS_ALL=, status:VALID,
-
PACKAGE: APPS.IBY_SINGPAY_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_SINGPAY_PUB, status:VALID,
-
TABLE: IBY.IBY_INTERNAL_PAYERS_ALL
12.1.1
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_INTERNAL_PAYERS_ALL, object_name:IBY_INTERNAL_PAYERS_ALL, status:VALID,
-
PACKAGE: APPS.IBY_SINGPAY_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_SINGPAY_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_SINGPAY_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_SINGPAY_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_SINGPAY_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_SINGPAY_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: IBY.IBY_INTERNAL_PAYERS_ALL
12.2.2
owner:IBY, object_type:TABLE, fnd_design_data:IBY.IBY_INTERNAL_PAYERS_ALL, object_name:IBY_INTERNAL_PAYERS_ALL, status:VALID,
-
PACKAGE: APPS.IBY_PAYGROUP_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_PAYGROUP_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSEMENT_COMP_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSEMENT_COMP_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IBY_PAYGROUP_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_PAYGROUP_PUB, status:VALID,
-
PACKAGE BODY: APPS.AP_PAYMENT_UTIL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AP_PAYMENT_UTIL_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_VALIDATIONSETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSEMENT_COMP_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSEMENT_COMP_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSEMENT_SETUP_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSEMENT_SETUP_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSE_SUBMIT_PUB_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSE_SUBMIT_PUB_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_VALIDATIONSETS_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE BODY: APPS.AP_PAYMENT_UTIL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:AP_PAYMENT_UTIL_PKG, status:VALID,
-
PACKAGE: APPS.IBY_VALIDATIONSETS_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_PAYGROUP_PUB
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_PAYGROUP_PUB, status:VALID,
-
PACKAGE: APPS.IBY_VALIDATIONSETS_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_VALIDATIONSETS_PUB, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.IBY_PAYGROUP_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_PAYGROUP_PUB, status:VALID,
-
PACKAGE BODY: APPS.IBY_DISBURSE_SUBMIT_PUB_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_DISBURSE_SUBMIT_PUB_PKG, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE: APPS.IBY_SINGPAY_PUB
12.2.2
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IBY_SINGPAY_PUB
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.IBY_DISBURSEMENT_COMP_PUB SQL Statements
12.1.1
-
APPS.IBY_DISBURSEMENT_COMP_PUB SQL Statements
12.2.2
-
APPS.AP_PAYMENT_UTIL_PKG SQL Statements
12.1.1
-
APPS.IBY_VALIDATIONSETS_PUB dependencies on IBY_INTERNAL_PAYERS_ALL
12.2.2
-
APPS.IBY_PAYGROUP_PUB dependencies on IBY_INTERNAL_PAYERS_ALL
12.2.2