Search Results iby_xml_fd_prba_1_0_v
Overview
The IBY_XML_FD_PRBA_1_0_V view is a payments-module XML generation view owned by the APPS schema in Oracle E-Business Suite. It belongs to the Oracle Payments (IBY) product and forms part of the XML Publisher / extract framework that produces payment-related XML documents for outbound bank files, remittance advice, and payment instruction feeds.
The suffix convention _FD_PRBA_1_0_V indicates a "Field Definition" extract view at version 1.0 — specifically the PRBA (Payee/Payment Bank Account) record structure. The view constructs an XMLType fragment describing an internal bank account, including bank identity, branch details, account identifiers, currency, address, and federal/EFT routing attributes. Its output is a canonical, versioned XML representation of a bank account record used by payment formatting engines.
Because the view emits an XMLType rather than scalar rows, it is consumed by XML Publisher data templates, payment format programs, and the extraction generation packages rather than by ordinary transactional reports.
Underlying Base Objects
The ETRM 12.2.2 metadata records the following referenced base objects:
IBY_EXT_FD_PRBA_1_0_VD— the underlying extract view supplying the joined bank account data.IBY_EXTRACTGEN_PVT— the extraction generation package invoked to render descriptive flexfields.IBY_FD_EXTRACT_GEN_PVT— the field-definition extract generation package driving the extract pipeline.IBY_EXT_BANKACCT_PUB— the public bank account API package.IBY_SYS_SECURITY_OPTIONS— the system security options synonym controlling access to payment data.XMLTYPE— the Oracle type used for the generated XML fragment.
The view text joins IBY_EXT_FD_PRBA_1_0_V INT_BA with IBY_XML_HZ_ADDR_1_0_V XML_HZ_ADDR on BANK_BRANCH_ADDRESS_ID = LOCATION_ID(+), an outer join permitting accounts without a resolved branch address.
Key Columns
The view exposes a single XML payload plus the BANK_ACCOUNT_ID key column. Within the XML, the significant elements are:
- BANKACCOUNTINTERNALID / BANKNAME / BANKNUMBER — internal identifier and bank identity.
- BRANCHINTERNALID / BRANCHNAME / BRANCHNUMBER / BRANCHTYPE — branch identity, with CODE and MEANING sub-elements.
- BANKACCOUNTNAME / BANKACCOUNTNUMBER / IBANNUMBER / SWIFTCODE / CHECKDIGITS — account-level identifiers and international routing codes.
- BANKACCOUNTTYPE and BANKACCOUNTCURRENCY — CODE/MEANING pairs describing the account classification and currency.
- BANKADDRESS — the formatted branch address from the HZ address view.
- DESCRIPTIVEFLEXFIELD — conditional DFF content sourced via
IBY_EXTRACTGEN_PVT.GET_DFFSfromCE_BANK_ACCOUNTS. - FEDERALBANKACCOUNTINFO — RFC identifier, agency location code, abbreviated agency code, and federal employer ID.
- EFTUSERNUMBER — account-level and branch-level EFT user numbers.
Common Use Cases and Queries
Typical usage includes generating payment XML for bank transmission, verifying account data before format validation, and troubleshooting missing DFF or address values. A representative query retrieving the XML payload for a specific bank account is:
SELECT xml_payload FROM (SELECT x.*, x.BANK_ACCOUNT_ID AS acct FROM ap_iby_xml_fd_prba_1_0_v x) WHERE acct = :bank_account_id;- Extracting scalar fields using
EXTRACTVALUEorXMLTABLEfor reconciliation reports. - Filtering by
IBANNUMBER IS NOT NULLto validate international payment readiness.
Because output is XMLType, DBAs should apply XMLIndex or function-based indexing before large-scale extraction.
-
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: 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 ,
-
VIEW: APPS.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,
-
VIEW: APPS.IBY_XML_FD_INS_1_0_V0
12.1.1
owner:APPS, object_type:VIEW, object_name:IBY_XML_FD_INS_1_0_V0, status:VALID,
-
VIEW: APPS.IBY_XML_FD_INS_1_0_V0
12.2.2
owner:APPS, object_type:VIEW, object_name:IBY_XML_FD_INS_1_0_V0, status:VALID,
-
PACKAGE: APPS.IBY_EXTRACTGEN_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_EXTRACTGEN_PVT, status:VALID,
-
PACKAGE: APPS.IBY_EXTRACTGEN_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_EXTRACTGEN_PVT, status:VALID,
-
PACKAGE: APPS.IBY_EXT_BANKACCT_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_EXT_BANKACCT_PUB, status:VALID,
-
SYNONYM: APPS.IBY_SYS_SECURITY_OPTIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_SYS_SECURITY_OPTIONS, status:VALID,
-
VIEW: APPS.IBY_XML_FD_PMT_1_0_V0
12.2.2
owner:APPS, object_type:VIEW, object_name:IBY_XML_FD_PMT_1_0_V0, 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,
-
SYNONYM: APPS.IBY_SYS_SECURITY_OPTIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_SYS_SECURITY_OPTIONS, status:VALID,
-
VIEW: APPS.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,
-
PACKAGE: APPS.IBY_FD_EXTRACT_GEN_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_FD_EXTRACT_GEN_PVT, status:VALID,
-
PACKAGE: APPS.IBY_EXT_BANKACCT_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_EXT_BANKACCT_PUB, status:VALID,
-
VIEW: APPS.IBY_XML_FD_PMT_1_0_V0
12.1.1
owner:APPS, object_type:VIEW, object_name:IBY_XML_FD_PMT_1_0_V0, status:VALID,
-
PACKAGE BODY: APPS.IBY_FD_EXTRACT_GEN_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_FD_EXTRACT_GEN_PVT, status:VALID,
-
PACKAGE BODY: APPS.IBY_FD_EXTRACT_GEN_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_FD_EXTRACT_GEN_PVT, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.IBY_EXT_FD_PRBA_1_0_VD
12.1.1
owner:APPS, object_type:VIEW, object_name:IBY_EXT_FD_PRBA_1_0_VD, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.IBY_XML_FD_INS_1_0_V0
12.2.2
-
VIEW: APPS.IBY_XML_FD_INS_1_0_V0
12.1.1
-
VIEW: APPS.IBY_EXT_FD_PRBA_1_0_VD
12.2.2
owner:APPS, object_type:VIEW, object_name:IBY_EXT_FD_PRBA_1_0_VD, status:VALID,
-
VIEW: APPS.IBY_XML_FD_PMT_1_0_V0
12.1.1
-
VIEW: APPS.IBY_XML_FD_PMT_1_0_V0
12.2.2
-
View: IBY_XML_FD_PPR_PMT_1_0_V
12.2.2
product: IBY - Payments , implementation_dba_data: Not implemented in this database ,
-
View: IBY_XML_FD_PPR_PMT_1_0_V
12.1.1
product: IBY - Payments , implementation_dba_data: Not implemented in this database ,
-
APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on IBY_XML_FD_PRBA_1_0_V
12.1.1
-
APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on IBY_XML_FD_PRBA_1_0_V
12.2.2
-
APPS.IBY_FD_EXTRACT_GEN_PVT SQL Statements
12.1.1
-
TYPE: SYS.XMLTYPE
12.1.1
owner:SYS, object_type:TYPE, object_name:XMLTYPE, status:VALID,
-
TYPE: SYS.XMLTYPE
12.2.2
owner:SYS, object_type:TYPE, object_name:XMLTYPE, status:VALID,
-
APPS.IBY_FD_EXTRACT_GEN_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.IBY_FD_EXTRACT_GEN_PVT
12.1.1
-
APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on XMLTYPE
12.1.1
-
PACKAGE BODY: APPS.IBY_FD_EXTRACT_GEN_PVT
12.2.2
-
APPS.IBY_FD_EXTRACT_GEN_PVT dependencies on XMLTYPE
12.2.2
-
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
-
PACKAGE: APPS.FND_GLOBAL
12.1.1
owner:APPS, object_type:PACKAGE, object_name:FND_GLOBAL, status:VALID,
-
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 ,