Search Results xtr_party_defaults_v
Overview
XTR_PARTY_DEFAULTS_V is a view owned by the APPS schema in Oracle E-Business Suite Release 12.1.1 and 12.2.2, delivered as part of the XTR (Treasury) product. The view exposes the default configuration records that govern how treasury deals are set up for a given party (counterparty or internal party). Each row represents a combination of party, deal type, deal subtype, product type, and default type that determines the standard settlement, tax, and brokerage treatment applied when treasury transactions are created for that party.
Because it is a view rather than a base table, XTR_PARTY_DEFAULTS_V is intended primarily for read-only reporting, data extraction, and integration. External systems, custom reports, and interfaces that need to retrieve a party's default tax, brokerage, or settlement references can query the view without touching the underlying base table directly. The view is particularly relevant to searches involving tax_reference, since it exposes both TAX_REFERENCE and INCOME_TAX_REFERENCE columns. The object carries a status of VALID and its definition is a straightforward projection over a single synonym.
Underlying Base Objects
The documented view text selects from a single object: XTR_PARTY_DEFAULTS. In the APPS schema this object is registered as a SYNONYM, which in turn resolves to the XTR base table holding the party default definitions. There is no join, aggregation, or filtering in the view definition; it is a flat column projection. The view does not add calculated columns or rename data — every column it exposes corresponds directly to a column on XTR_PARTY_DEFAULTS.
Because the relationship is one-to-one with the base synonym, query performance and row counts through the view mirror those of the underlying table. Any DML restrictions applicable to the base table also apply to the view; it is intended for query access, not maintenance. When the underlying table structure changes between patch levels, the view definition is the only interface that custom code should depend on, reducing the impact of base object evolution.
Key Columns
The view exposes the full attribute set of the underlying record. The most operationally significant columns include:
TRANSACTION_NUMBER— Identifier linked to the transaction context of the default record.PARTY_CODE— The party for whom defaults are defined.DEAL_TYPE,DEAL_SUBTYPE,PRODUCT_TYPE— The treasury deal classification to which the defaults apply.TAX_REFERENCEandINCOME_TAX_REFERENCE— Tax reference values applied by default; these are the columns most relevant to searches fortax_reference.BROKERAGE_REFERENCE— Default brokerage reference for the party/deal combination.DFLT_PRINCIPAL_ACTION,DFLT_INTEREST_ACTION— Default actions for principal and interest handling.FREQ_INTEREST_SETTLED,INTEREST_SETTLED_BY,PRINCIPAL_SETTLED_BY— Settlement frequency and routing attributes.DEFAULT_TYPE,SETTLEMENT_DEFAULT_CATEGORY,TAX_CATEGORY,BROKERAGE_CATEGORY— Categorisation fields that classify the default rule.- Audit columns —
CREATED_BY,CREATED_ON,UPDATED_BY,UPDATED_ON, andAUDIT_INDICATOR.
Common Use Cases and Queries
Typical use cases include retrieving the tax reference configured for a party before creating a deal, auditing default setup across parties, and feeding settlement or brokerage references into an outbound interface. A representative query to locate the tax references defined for a party is:
SELECT party_code, deal_type, deal_subtype, product_type, tax_reference, income_tax_reference, tax_category FROM xtr_party_defaults_v WHERE party_code = :p_party_code;SELECT party_code, default_type, brokerage_reference, brokerage_category FROM xtr_party_defaults_v WHERE tax_reference IS NOT NULL;SELECT transaction_number, interest_settled_by, principal_settled_by, freq_interest_settled FROM xtr_party_defaults_v WHERE product_type = :p_product_type;
These queries support reconciliation, setup validation, and integration extracts while insulating custom code from the underlying XTR_PARTY_DEFAULTS table structure.
-
View: XTR_PARTY_DEFAULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARTY_DEFAULTS_V, object_name:XTR_PARTY_DEFAULTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PARTY_DEFAULTS_V ,
-
View: XTR_PARTY_DEFAULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARTY_DEFAULTS_V, object_name:XTR_PARTY_DEFAULTS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PARTY_DEFAULTS_V ,
-
SYNONYM: APPS.XTR_PARTY_DEFAULTS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:XTR_PARTY_DEFAULTS, status:VALID,
-
SYNONYM: APPS.XTR_PARTY_DEFAULTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:XTR_PARTY_DEFAULTS, status:VALID,
-
VIEW: APPS.XTR_PARTY_DEFAULTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARTY_DEFAULTS_V, object_name:XTR_PARTY_DEFAULTS_V, status:VALID,
-
VIEW: APPS.XTR_PARTY_DEFAULTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARTY_DEFAULTS_V, object_name:XTR_PARTY_DEFAULTS_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - XTR Tables and Views
12.2.2
description: Created on 29-OCT-96 ,
-
eTRM - XTR Tables and Views
12.1.1
description: Created on 29-OCT-96 ,