Search Results original_amount
Overview
XTR_PARCEL_SPLITS_V is a reporting view owned by the APPS schema in Oracle E-Business Suite, registered against the XTR – Treasury product. It exposes the parcel split structure used by Treasury to break a single deal into resalable or allocatable parcels, together with the financial attributes that describe each parcel. Because the view is defined as a simple projection over the base entity without joins, filtering, or aggregation, it behaves as a stable, denormalized read interface for the parcel split data.
In EBS 12.1.1 and 12.2.2 the view is registered as VALID, which confirms that its definition resolves cleanly against the synonym through which the base object is referenced. Its principal role is to support reporting, inquiry screens, and integration extracts that must read parcel data without touching the underlying transactional table directly. Notably, the view exposes ORIGINAL_AMOUNT, the column most frequently associated with the search term "original_amount."
Underlying Base Objects
The view is defined exclusively over XTR_PARCEL_SPLITS, referenced in the view text through a synonym. No additional tables, lookup views, or inline functions participate in the definition, so the view introduces no join cardinality risk and no row multiplication.
- XTR_PARCEL_SPLITS – the single documented base object; holds one row per parcel split within a Treasury deal.
- APPS.XTR_PARCEL_SPLITS – the synonym-resolved object name recorded in the ETRM metadata.
Because the SELECT list names every documented column explicitly and contains no WHERE clause, the view is a direct 1:1 projection. Row counts and commit-time visibility are therefore identical to the base table, and any DML or concurrent program operating on XTR_PARCEL_SPLITS is immediately reflected in the view.
Key Columns
The column set describes the identity of each parcel, its financial content, and its selection or sale status:
- DEAL_NO – the Treasury deal to which the parcel split belongs; the primary correlation key for reporting.
- PARCEL_SPLIT_NO – the sequence identifier distinguishing individual splits within a deal.
- PARCEL_SIZE, PARCEL_REMAINING – the original and remaining size of the parcel.
- FACE_VALUE_AMOUNT, CONSIDERATION, INTEREST – the monetary components of the parcel.
- ORIGINAL_AMOUNT – the original monetary amount recorded for the parcel, retained for comparison against current consideration or remaining balances.
- STATUS_CODE, DEAL_SUBTYPE, AVAILABLE_FOR_RESALE, RESERVE_PARCEL – status and eligibility indicators controlling resale and reservation behavior.
- SELECT_NUMBER, SELECT_FV_AMOUNT, OLD_SELECT_NUMBER – selection history used when parcels are drawn down or reassigned.
- REFERENCE_NUMBER, SERIAL_NUMBER, SERIAL_NUMBER_IN, ISSUE_BANK – instrument-level identifiers, including serial tracking and the issuing bank.
Common Use Cases and Queries
The view is typically used to report parcel composition, reconcile original amounts against current balances, and feed downstream resale or settlement processes.
- Retrieving the original amount for a specific parcel split.
- Identifying parcels still available for resale.
- Comparing original versus remaining parcel value.
- Extracting parcel data for integration or audit reconciliation.
Sample queries:
SELECT deal_no, parcel_split_no, original_amount FROM xtr_parcel_splits_v WHERE deal_no = :deal_no;
SELECT deal_no, parcel_split_no, face_value_amount, original_amount, parcel_remaining, consideration FROM xtr_parcel_splits_v WHERE available_for_resale = 'Y' ORDER BY deal_no, parcel_split_no;
SELECT deal_no, SUM(original_amount) original_total, SUM(consideration) current_total FROM xtr_parcel_splits_v GROUP BY deal_no;
Because the view is unfiltered, production queries should always constrain DEAL_NO or STATUS_CODE to avoid full scans of the parcel split table.
-
View: XTR_PARCEL_SPLITS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARCEL_SPLITS_V, object_name:XTR_PARCEL_SPLITS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PARCEL_SPLITS_V ,
-
View: XTR_PARCEL_SPLITS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_PARCEL_SPLITS_V, object_name:XTR_PARCEL_SPLITS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_PARCEL_SPLITS_V ,
-
View: XTR_BANK_BALANCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_BANK_BALANCES_V, object_name:XTR_BANK_BALANCES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_BANK_BALANCES_V ,
-
View: XTR_BANK_BALANCES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_BANK_BALANCES_V, object_name:XTR_BANK_BALANCES_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_BANK_BALANCES_V ,
-
View: XTR_INTERGROUP_TRANSFERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTERGROUP_TRANSFERS_V, object_name:XTR_INTERGROUP_TRANSFERS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_INTERGROUP_TRANSFERS_V ,
-
View: XTR_INTERGROUP_TRANSFERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTERGROUP_TRANSFERS_V, object_name:XTR_INTERGROUP_TRANSFERS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_INTERGROUP_TRANSFERS_V ,
-
View: XTR_DEALS_INTERFACE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEALS_INTERFACE_V, object_name:XTR_DEALS_INTERFACE_V, status:VALID, product: XTR - Treasury , description: This view is created in association with the base table Xtr_Deals_Interface. The table is designed to hold as much common deal information as possible. , implementation_dba_data: APPS.XTR_DEALS_INTERFACE_V ,
-
View: XTR_DEALS_INTERFACE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEALS_INTERFACE_V, object_name:XTR_DEALS_INTERFACE_V, status:VALID, product: XTR - Treasury , description: This view is created in association with the base table Xtr_Deals_Interface. The table is designed to hold as much common deal information as possible. , implementation_dba_data: APPS.XTR_DEALS_INTERFACE_V ,
-
View: XTR_INTRADAY_STATEMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTRADAY_STATEMENTS_V, object_name:XTR_INTRADAY_STATEMENTS_V, status:VALID, product: XTR - Treasury , description: view joins the cash management view CE_INTRA_STMT_HDRS_LINES_V with treasury table XTR_BANK_ACCOUNTS and thus provides CE, XTR details , implementation_dba_data: APPS.XTR_INTRADAY_STATEMENTS_V ,
-
View: XTR_INTRADAY_STATEMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_INTRADAY_STATEMENTS_V, object_name:XTR_INTRADAY_STATEMENTS_V, status:VALID, product: XTR - Treasury , description: view joins the cash management view CE_INTRA_STMT_HDRS_LINES_V with treasury table XTR_BANK_ACCOUNTS and thus provides CE, XTR details , implementation_dba_data: APPS.XTR_INTRADAY_STATEMENTS_V ,
-
View: XTR_ROLLOVER_TRANSACTIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS_V, object_name:XTR_ROLLOVER_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_ROLLOVER_TRANSACTIONS_V ,
-
View: XTR_ROLLOVER_TRANSACTIONS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_ROLLOVER_TRANSACTIONS_V, object_name:XTR_ROLLOVER_TRANSACTIONS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_ROLLOVER_TRANSACTIONS_V ,
-
View: XTR_DEALS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEALS_V, object_name:XTR_DEALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_DEALS_V ,
-
View: XTR_DEALS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:XTR.XTR_DEALS_V, object_name:XTR_DEALS_V, status:VALID, product: XTR - Treasury , implementation_dba_data: APPS.XTR_DEALS_V ,