Search Results non_contract_amount
Overview
APPS.POA_BIS_SAVINGS_RPT_V is a reporting view in the Oracle E-Business Suite Procurement and Oracle Advanced Procurement (Purchasing) module family. The suffix _V and the naming convention indicate it is a product-owned, ready-for-use reporting object intended to expose procurement savings and spend aggregation data to business intelligence consumers, concurrent programs, and downstream reporting tools. Its primary purpose is to present pre-joined, pre-aggregated savings figures — purchased amounts, contract amounts, non-contract amounts, and potential savings — organized by a grouping key and enriched with descriptive dimensions such as buyer, supplier, item, category, and accounting context.
The view is relevant to the Procurement analytics subject area, where organizations measure the effectiveness of strategic sourcing and contract compliance. The NON_CONTRACT_AMOUNT column in particular supports the analysis of spend that occurred outside negotiated agreements, which is a common metric for maverick-spend reduction programs.
Underlying Base Objects
According to the documented view text, APPS.POA_BIS_SAVINGS_RPT_V is defined as a direct column projection over a single base object: the table POA_BIS_SAVINGS_RPT. The view performs no joins, filtering, aggregation, or expression logic of its own; it simply selects every listed column from that table and exposes it under the _V name. No other referenced base objects are documented.
Functionally, the view acts as a stable access layer over the underlying savings reporting table. This is a common EBS pattern: the table holds staged or materialized reporting data, and the view provides a supported read interface so that consumers are insulated from physical storage changes. Because the view is a pure passthrough, its row count, cardinality, and data freshness are entirely governed by the population of POA_BIS_SAVINGS_RPT.
Key Columns
GROUPNO— Grouping key used to associate the savings figures into a logical report set.PURCHASE_AMOUNT— Total purchase value recorded for the group.CONTRACT_AMOUNT— Purchase value attributable to contracted (negotiated) sourcing.NON_CONTRACT_AMOUNT— Purchase value attributable to non-contract spend; the direct complement of contracted spend and a key maverick-spend indicator.POT_CONTRACT_AMOUNT— Potential contract amount, typically the amount eligible to be moved under contract.POTENTIAL_SAVING— Estimated savings opportunity derived from the amount and contract comparisons.TOTAL_PURCHASE_QTY— Aggregate purchased quantity for the group.DISTRIBUTION_TRANSACTION_ID— Reference to the purchasing distribution transaction line.DOCUMENT_TYPE_CODE— Classifies the source purchasing document (for example, purchase order or release).PURCHASE_CREATION_DATE— Date the underlying purchase was created, used for period reporting.- Dimension columns —
ITEM_ID,CATEGORY_ID,SUPPLIER_ID,SUPPLIER_SITE_ID,REQUESTOR_ID,BUYER_ID,SHIP_TO_LOCATION_ID,SHIP_TO_ORGANIZATION_ID,OPERATING_UNIT_ID,PROJECT_ID, andTASK_ID. - Currency and accounting columns —
CURRENCY_CODE,RATE_TYPE,RATE_DATE,COST_CENTER_ID,ACCOUNT_ID, andCOMPANY_ID. - Audit columns —
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE,LAST_UPDATE_LOGIN,REQUEST_ID,PROGRAM_APPLICATION_ID,PROGRAM_ID, andPROGRAM_UPDATE_DATE.
Common Use Cases and Queries
Typical uses include maverick-spend analysis, contract-leverage reporting, savings opportunity identification, and buyer or supplier spend dashboards. The audit columns allow traceability to the concurrent program that populated the report. Sample queries:
- Return all columns:
SELECT * FROM APPS.POA_BIS_SAVINGS_RPT_V; - Filter to non-contract spend:
SELECT GROUPNO, PURCHASE_AMOUNT, CONTRACT_AMOUNT, NON_CONTRACT_AMOUNT FROM APPS.POA_BIS_SAVINGS_RPT_V WHERE NON_CONTRACT_AMOUNT > 0; - Sum by document type:
SELECT DOCUMENT_TYPE_CODE, SUM(PURCHASE_AMOUNT) FROM APPS.POA_BIS_SAVINGS_RPT_V GROUP BY DOCUMENT_TYPE_CODE;
-
VIEW: APPS.POA_BIS_SAVINGS_RPT_V
12.1.1
-
TABLE: PO.POA_BIS_SAVINGS_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_BIS_SAVINGS_EFC, object_name:POA_BIS_SAVINGS_EFC, status:VALID,
-
View: POA_BIS_SAVINGS_RPT_V
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
View: POA_BIS_SAVINGS_RPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SAVINGS_RPT_V, object_name:POA_BIS_SAVINGS_RPT_V, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_BIS_SAVINGS_RPT_V ,
-
TABLE: PO.POA_BIS_SAVINGS_RPT_EFC
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_BIS_SAVINGS_RPT_EFC, object_name:POA_BIS_SAVINGS_RPT_EFC, status:VALID,
-
VIEW: APPS.POA_BIS_SAVINGS_RPT_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SAVINGS_RPT_V, object_name:POA_BIS_SAVINGS_RPT_V, status:VALID,
-
TABLE: PO.POA_BIS_SAVINGS_RPT
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_BIS_SAVINGS_RPT, object_name:POA_BIS_SAVINGS_RPT, status:VALID,
-
APPS.POA_SAVINGS_CON SQL Statements
12.1.1
-
VIEW: APPS.POA_BIS_SAVINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SAVINGS_V, object_name:POA_BIS_SAVINGS_V, status:VALID,
-
View: POA_BIS_SAVINGS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_BIS_SAVINGS_V, object_name:POA_BIS_SAVINGS_V, status:VALID, product: PO - Purchasing , description: This view resolves the foreign key references in POA_BIS_SAVINGS table. Please refer to the base table for further information. , implementation_dba_data: APPS.POA_BIS_SAVINGS_V ,
-
View: POA_BIS_SAVINGS_V
12.2.2
product: PO - Purchasing , description: This view resolves the foreign key references in POA_BIS_SAVINGS table. Please refer to the base table for further information. , implementation_dba_data: Not implemented in this database ,
-
TABLE: PO.POA_BIS_SAVINGS
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_BIS_SAVINGS, object_name:POA_BIS_SAVINGS, status:VALID,
-
APPS.POA_SAVINGS_NP SQL Statements
12.1.1
-
PACKAGE BODY: APPS.POA_SAVINGS_CON
12.1.1
-
PACKAGE BODY: APPS.POA_SAVINGS_NP
12.1.1
-
APPS.POA_DBI_PO_DIST_F_C SQL Statements
12.1.1
-
APPS.POA_SAVINGS_CON dependencies on POA_BIS_SAVINGS
12.1.1
-
APPS.POA_SAVINGS_NP dependencies on POA_BIS_SAVINGS
12.1.1
-
PACKAGE BODY: APPS.POA_DBI_PO_DIST_F_C
12.1.1
-
APPS.POA_DBI_PO_DIST_F_C dependencies on STANDARD
12.1.1
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,