Search Results iby_ext_fd_prba_1_0_v
Overview
The view APPS.IBY_EXT_FD_PRBA_1_0_V belongs to the Oracle Payments (IBY) product family and is a denormalized reporting construct used to expose payer bank account information for external payment formatting and extraction. Its name follows the Oracle Payments extract view convention (IBY_EXT_FD_...), indicating that it is designed to be consumed by the Payments Formats and external formatting engines during the payment instruction build phase. In Oracle EBS 12.1.1 and 12.2.2 the view sits on top of the core bank, branch, and party model, joining bank account records to bank branch details, address information, and lookup meanings so that payment format programs can retrieve structured, human-readable bank data without navigating multiple base tables.
The view is registered with a VALID status in the APPS schema and is a key artifact when the bank_account_type attribute must be resolved for format fields. It exposes both the coded value (BANK_ACCOUNT_TYPE) and its decoded meaning via a lookup join, which is a frequent requirement in payment file specifications.
Underlying Base Objects
The view is defined over a set of core Oracle EBS objects that span Payments, Cash Management, and Trading Community Architecture (TCA):
- CE_BANK_ACCOUNTS — the synonym for the primary bank account entity supplying account number, IBAN, check digits, currency, EFT user number, and
BANK_ACCOUNT_TYPE. - CE_BANK_BRANCHES_V — a view that provides bank and branch level attributes including bank name, bank number, branch identifier, SWIFT code, and branch type.
- HZ_PARTY_SITES — the TCA party site table, joined via an outer join to retrieve the primary identifying address.
- HZ_CODE_ASSIGNMENTS — used with
CLASS_CATEGORY = 'RFC_IDENTIFIER'to retrieve the RFC (tax/registration) class code for the branch party. - AR_LOOKUPS and FND_LOOKUPS — joined with outer joins to resolve lookup meanings for bank branch type and bank account type respectively.
- IBY_UTILITY_PVT and IBY_FD_EXTRACT_GEN_PVT — server-side PL/SQL packages whose functions (
GET_VIEW_PARAM,GET_ABBREVIATED_AGENCY_CODE,GET_FEIN) supply contextual values keyed on the currentPMT_INSTR_IDview parameter.
Key Columns
BANK_ACCOUNT_ID— unique identifier of the bank account.BANK_NAME,BANK_NUMBER,BANK_BRANCH_NAME,BRANCH_NUMBER— bank and branch identification attributes.BANK_ACCOUNT_NAME,BANK_ACCOUNT_NUM,IBAN_NUMBER,CHECK_DIGITS— account-level attributes used in payment file output.BANK_ACCOUNT_TYPEandBANK_ACCOUNT_TYPE_MEANING— the coded bank account type (for example, the lookup code) and its descriptive meaning fromFND_LOOKUPSwhereLOOKUP_TYPE = 'BANK_ACCOUNT_TYPE'. This pair is the primary target when users search for bank_account_type.BANK_BRANCH_TYPEandBANK_BRANCH_TYPE_MEANING— similar coded/meaning pair for the branch type viaAR_LOOKUPS.EFT_SWIFT_CODE,EFT_USER_NUMBER,EFT_USER_NUM— electronic funds transfer identifiers.CURRENCY_CODE,LOCATION_ID,ATTRIBUTE_CATEGORY,AGENCY_LOCATION_CODE, and theGET_FEIN/ abbreviated agency code function outputs — supplementary context used by regional and regulatory payment formats.
Common Use Cases and Queries
This view is typically queried by payment format templates and diagnostic reports to validate that payer bank account data is complete before a payment instruction is formatted. A representative query to review the account type for a given payment instruction is:
SELECT bank_account_id, bank_account_num, bank_account_type, bank_account_type_meaning FROM iby_ext_fd_prba_1_0_v;- Filtering by currency or bank for reconciliation:
SELECT bank_name, bank_account_num, bank_account_type_meaning, currency_code FROM iby_ext_fd_prba_1_0_v WHERE currency_code = 'USD'; - Extracting RFC and EFT data for regional formats using the
GET_FEINoutput columns alongsideeft_swift_code.
Because the view invokes package functions keyed on PMT_INSTR_ID, direct ad-hoc queries may return null values unless the view parameter context is initialized by the Payments extraction engine. Consequently, the view is most reliably used within the standard payment instruction build and formatting flows rather than as a standalone reporting source.
-
View: IBY_EXT_FD_PRBA_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PRBA_1_0_V, object_name:IBY_EXT_FD_PRBA_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PRBA_1_0_V ,
-
View: IBY_EXT_FD_PRBA_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PRBA_1_0_V, object_name:IBY_EXT_FD_PRBA_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_EXT_FD_PRBA_1_0_V ,
-
VIEW: APPS.IBY_XML_FC_PRBA_1_0_V
12.2.2
-
VIEW: APPS.IBY_XML_FD_PRBA_1_0_V0
12.1.1
-
VIEW: APPS.IBY_XML_FD_PRBA_1_0_V0
12.2.2
-
VIEW: APPS.IBY_XML_FC_PRBA_1_0_V
12.1.1
-
VIEW: APPS.IBY_XML_FD_PRBA_1_0_V0
12.1.1
owner:APPS, object_type:VIEW, object_name:IBY_XML_FD_PRBA_1_0_V0, status:VALID,
-
View: IBY_XML_FD_PRBA_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PRBA_1_0_V, object_name:IBY_XML_FD_PRBA_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PRBA_1_0_V ,
-
VIEW: APPS.IBY_XML_FD_PRBA_1_0_V0
12.2.2
owner:APPS, object_type:VIEW, object_name:IBY_XML_FD_PRBA_1_0_V0, status:VALID,
-
PACKAGE: APPS.IBY_FD_EXTRACT_GEN_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_FD_EXTRACT_GEN_PVT, status:VALID,
-
View: IBY_XML_FD_PRBA_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FD_PRBA_1_0_V, object_name:IBY_XML_FD_PRBA_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FD_PRBA_1_0_V ,
-
PACKAGE: APPS.IBY_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_UTILITY_PVT, status:VALID,
-
PACKAGE: APPS.IBY_FD_EXTRACT_GEN_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_FD_EXTRACT_GEN_PVT, status:VALID,
-
VIEW: APPS.IBY_XML_FC_PRBA_1_0_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IBY_XML_FC_PRBA_1_0_V, status:VALID,
-
VIEW: APPS.IBY_XML_FC_PRBA_1_0_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IBY_XML_FC_PRBA_1_0_V, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IBY_EXT_FD_PRBA_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PRBA_1_0_V, object_name:IBY_EXT_FD_PRBA_1_0_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE: APPS.IBY_UTILITY_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_UTILITY_PVT, status:VALID,
-
VIEW: APPS.IBY_EXT_FD_PRBA_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_EXT_FD_PRBA_1_0_V, object_name:IBY_EXT_FD_PRBA_1_0_V, status:VALID,
-
VIEW: APPS.CE_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_LOOKUPS, object_name:CE_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_CODE_ASSIGNMENTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_CODE_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.HZ_CODE_ASSIGNMENTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_CODE_ASSIGNMENTS, status:VALID,
-
SYNONYM: APPS.HZ_ORGANIZATION_PROFILES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
SYNONYM: APPS.HZ_ORGANIZATION_PROFILES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_ORGANIZATION_PROFILES, status:VALID,
-
VIEW: APPS.CE_BANK_BRANCHES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_BRANCHES_V, object_name:CE_BANK_BRANCHES_V, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
SYNONYM: APPS.CE_BANK_ACCOUNTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CE_BANK_ACCOUNTS, status:VALID,
-
VIEW: APPS.CE_BANK_BRANCHES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CE.CE_BANK_BRANCHES_V, object_name:CE_BANK_BRANCHES_V, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
VIEW: APPS.AR_LOOKUPS
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:AR.AR_LOOKUPS, object_name:AR_LOOKUPS, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITES, status:VALID,
-
VIEW: APPS.FND_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_LOOKUPS, object_name:FND_LOOKUPS, status:VALID,
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - CE Tables and Views
12.2.2
description: This table stores the error or warning messages from ZBA deal creation process ,
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
eTRM - AR Tables and Views
12.1.1
description: Territory information ,
-
eTRM - AR Tables and Views
12.2.2
description: Territory information ,
-
eTRM - FND Tables and Views
12.1.1
description: No longer used ,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
eTRM - CE Tables and Views
12.1.1
description: This table stores the error or warning messages from ZBA deal creation process ,
-
eTRM - IBY Tables and Views
12.2.2
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,