Search Results iby_xml_fndcpt_debitcard_v
Overview
The IBY_XML_FNDCPT_DEBITCARD_V view is an Oracle Payments (IBY) XML-generation view owned by the APPS schema. Its purpose is to emit a canonical <PAYERDEBITCARD> XML fragment that captures payer debit-card or credit-card instrument data for a payment transaction. It sits at the boundary between the Payments instrument model and the outbound XML payloads consumed by payment systems, bank connectors, and settlement processors.
The view is not a conventional relational projection. Each row produced is an XMLTYPE instance constructed through SQL/XML operators (XMLELEMENT, XMLCONCAT, XMLFOREST). Because these are database-native XML constructors, the view can be queried with ordinary SQL and consumed directly by XML-aware integration layers, including the Oracle Payments funds capture and disbursement XML services.
The view exists in both Oracle E-Business Suite 12.1.1 and 12.2.2, with the latter documented in ETRM. It is marked VALID and its structure has remained functionally stable across these releases, making it a reliable integration point for card-based payment flows.
Underlying Base Objects
The view is defined over a mix of transaction, instrument, and party-model objects. The documented references fall into three groups:
- Transaction and instrument data:
IBY_TRXN_CORE(the core transaction/instrument row, aliased as TXN/CORE),IBY_CREDITCARD(card details for the credited-instrument path), andIBY_TRXN_SUMMARIES_ALL. - Party and address data:
HZ_PARTIES,HZ_LOCATIONS,HZ_PARTY_SITES,HZ_PARTY_SITE_USES, andFND_TERRITORIES_VL, used to resolve holder name, billing address, and country code. - Program units and types:
IBY_CREDITCARD_PKG(UNCIPHER_CCNUMBER),IBY_TRANSACTIONCC_PKG(UNENCRYPT_INSTR_NUM),IBY_UTILITY_PVT(GET_VIEW_PARAM),HZ_FORMAT_PUB, and theXMLTYPEdatatype.
The definition applies a CASE branch. When both PAYERINSTRID and INSTRNUMBER are null, the view returns NULL, effectively suppressing an empty element. Otherwise, it builds the card payload from either the stylized IBY_TRXN_CORE columns or the IBY_CREDITCARD join path.
Key Columns
The view exposes a single XML-generating expression rather than named relational columns. The embedded elements are the meaningful output fields:
- CARDNUMBER — decrypted via
IBY_TRANSACTIONCC_PKG.UNENCRYPT_INSTR_NUMorIBY_CREDITCARD_PKG.UNCIPHER_CCNUMBER, depending on the branch. - CARDEXPIRATION — expiry date formatted as
YYYY-MM-DD. - SECURITYVALUE — emitted as NULL (not stored in the instrument model).
- CARDISSUER — sourced from
TXN.INSTRSUBTYPE. - CARDHOLDER — a nested element carrying
HOLDERNAMEand aBILLINGADDRESSblock (address lines 1–3, city, state, country, postal code) plus optional phone and email. - CARDSUBTYPE — from
CORE.CARD_SUBTYPE_CODE.
Common Use Cases and Queries
Typical scenarios include building payment instruction XML for card processors, debugging funds-capture payloads, and validating address/number unmasking logic. A sample query follows:
SELECT * FROM APPS.IBY_XML_FNDCPT_DEBITCARD_V WHERE ROWNUM <= 10;— inspect generated fragments.- Join to
IBY_TRXN_COREby transaction identifier to filter a specific payment. - Extract values in SQL using
EXTRACTVALUEorXMLTABLEagainst theXMLTYPEoutput.
Because the view invokes encryption/decryption package calls, queries should be restricted to appropriately privileged users and tightly filtered transaction sets.
-
View: IBY_XML_FNDCPT_DEBITCARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DEBITCARD_V, object_name:IBY_XML_FNDCPT_DEBITCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DEBITCARD_V ,
-
View: IBY_XML_FNDCPT_DEBITCARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DEBITCARD_V, object_name:IBY_XML_FNDCPT_DEBITCARD_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_DEBITCARD_V ,
-
SYNONYM: APPS.IBY_TRXN_CORE
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_TRXN_CORE, status:VALID,
-
PACKAGE: APPS.IBY_CREDITCARD_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_CREDITCARD_PKG, status:VALID,
-
PACKAGE: APPS.IBY_TRANSACTIONCC_PKG
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_TRANSACTIONCC_PKG, status:VALID,
-
SYNONYM: APPS.IBY_TRXN_CORE
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_TRXN_CORE, status:VALID,
-
PACKAGE: APPS.IBY_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IBY_UTILITY_PVT, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DEBITCARD_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DEBITCARD_V, object_name:IBY_XML_FNDCPT_DEBITCARD_V, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_PN_1_0_V
12.1.1
owner:APPS, object_type:VIEW, object_name:IBY_XML_FNDCPT_ORDER_PN_1_0_V, status:VALID,
-
PACKAGE: APPS.IBY_CREDITCARD_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_CREDITCARD_PKG, status:VALID,
-
PACKAGE: APPS.IBY_TRANSACTIONCC_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IBY_TRANSACTIONCC_PKG, status:VALID,
-
SYNONYM: APPS.IBY_CREDITCARD
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_CREDITCARD, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_PN_1_0_V
12.2.2
owner:APPS, object_type:VIEW, object_name:IBY_XML_FNDCPT_ORDER_PN_1_0_V, status:VALID,
-
VIEW: APPS.IBY_XML_FNDCPT_DEBITCARD_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_DEBITCARD_V, object_name:IBY_XML_FNDCPT_DEBITCARD_V, status:VALID,
-
PACKAGE: APPS.HZ_FORMAT_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_FORMAT_PUB, status:VALID,
-
PACKAGE: APPS.HZ_FORMAT_PUB
12.2.2
owner:APPS, object_type:PACKAGE, object_name:HZ_FORMAT_PUB, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID,
-
SYNONYM: APPS.IBY_CREDITCARD
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_CREDITCARD, 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,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.IBY_TRXN_SUMMARIES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IBY_TRXN_SUMMARIES_ALL, status:VALID,
-
SYNONYM: APPS.IBY_TRXN_SUMMARIES_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IBY_TRXN_SUMMARIES_ALL, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITE_USES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITE_USES, status:VALID,
-
SYNONYM: APPS.HZ_PARTY_SITE_USES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTY_SITE_USES, status:VALID,
-
View: IBY_XML_FNDCPT_ORDER_1_0_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_ORDER_1_0_V ,
-
View: IBY_XML_FNDCPT_ORDER_1_0_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IBY.IBY_XML_FNDCPT_ORDER_1_0_V, object_name:IBY_XML_FNDCPT_ORDER_1_0_V, status:VALID, product: IBY - Payments , implementation_dba_data: APPS.IBY_XML_FNDCPT_ORDER_1_0_V ,
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_PN_1_0_V
12.2.2
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_PN_1_0_V
12.1.1
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_1_0_V
12.2.2
-
VIEW: APPS.IBY_XML_FNDCPT_ORDER_1_0_V
12.1.1
-
VIEW: APPS.FND_TERRITORIES_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_TERRITORIES_VL, object_name:FND_TERRITORIES_VL, status:VALID,
-
VIEW: APPS.FND_TERRITORIES_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.FND_TERRITORIES_VL, object_name:FND_TERRITORIES_VL, status:VALID,
-
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,
-
SYNONYM: APPS.HZ_LOCATIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, status:VALID,
-
SYNONYM: APPS.HZ_LOCATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_LOCATIONS, 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,
-
SYNONYM: APPS.HZ_PARTIES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
eTRM - IBY Tables and Views
12.1.1
description: Stores the user privilege settings for viewing sensitive data in iPayment operations UI ,
-
SYNONYM: APPS.HZ_PARTIES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:HZ_PARTIES, status:VALID,
-
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 - 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 ,