Search Results contract_pk
Overview
POA_EDW_CONTRACT_F_IV is a database view within the Oracle E-Business Suite Purchasing Intelligence (POA) module. Purchasing Intelligence is the Oracle Business Intelligence / Enterprise Data Warehouse (EDW) extension that supplies pre-built fact and dimension views for procurement analytics. The suffix conventions used here are significant: "F" denotes a fact-style object (transactional contract measures), and "IV" denotes an interface or intermediate view used to stage data between the operational tables and the EDW layer.
The view presents a flattened, reporting-ready projection of purchasing contract data. Its role is to expose contract-level attributes and monetary measures in a single denormalized shape that downstream ETL processes, materialized views, or BI answers can consume without joining multiple operational tables. Because it is an interface view, it typically feeds a target fact table or supplies data directly to ad-hoc intelligence reports in Purchasing Intelligence. Consistent with the noted metadata, the object is "Not implemented in this database" in the documented environment, meaning it exists as a defined interface but is not necessarily loaded or enabled in every instance.
Underlying Base Objects
The documented view text shows a single-source definition: the view is defined over POA_EDW_CONTRACT_F, selecting a fixed set of columns plus a literal blank aliased as OPERATION_CODE. The "IV" interface pattern commonly adds or remaps a small number of derived columns (here the OPERATION_CODE literal, and the ROWID exposed as ROW_ID) on top of a base EDW fact object. No other base objects are documented as referenced.
- POA_EDW_CONTRACT_F — the immediate underlying fact object providing all contract columns.
- ROW_ID — derived from the source ROWID, providing row-level addressing for incremental loads.
- OPERATION_CODE — a literal blank (returned as ' '), typically reserved for a change/operation indicator used by the incremental extraction mechanism.
Key Columns
The view exposes a broad set of contract attributes. The user's search term, amt_agreed_t, corresponds directly to the column AMT_AGREED_T, the total/transactional agreed amount measure.
- AMT_AGREED_T / AMT_AGREED_G — agreed amount at the transaction (T) and global (G) currency levels.
- AMT_LIMIT_T / AMT_LIMIT_G — contract maximum limit amounts.
- AMT_MIN_RELEASE_T / AMT_MIN_RELEASE_G — minimum release amounts for the contract.
- AMT_RELEASED_T / AMT_RELEASED_G — amounts already released against the agreement.
- CONTRACT_PK / CONTRACT_PK_KEY — the primary key and surrogate key identifying the contract.
- PO_HEADER_ID — link to the underlying purchasing document header.
- TXN_CUR_CODE_FK_KEY, TXN_CUR_RATE, TXN_CUR_RATE_FK_KEY — transaction currency and rate context.
- OPERATING_UNIT_FK_KEY, BUYER_FK_KEY, SUPPLIER_SITE_FK_KEY, AP_TERMS_FK_KEY — foreign keys to organizational, buyer, supplier, and terms dimensions.
- NUM_DAYS_* columns — calculated cycle-time measures (create-to-approve, approve-to-send, send-to-accept).
- USER_ATTRIBUTE1–15, USER_MEASURE1–5, USER_FK*_KEY — extensibility slots for customer-defined data.
Common Use Cases and Queries
Typical scenarios include contract spend analysis, agreement utilization (released versus agreed), and approval cycle-time reporting.
- Aggregating agreed contract value by operating unit to support spend-under-contract analysis.
- Comparing AMT_RELEASED_T against AMT_LIMIT_T to measure consumption of blanket agreements.
- Reporting approval lead times using the NUM_DAYS_* measures across buyers.
A representative query follows:
- SELECT operating_unit_fk_key, SUM(amt_agreed_t) agreed, SUM(amt_released_t) released
FROM poa_edw_contract_f_iv
GROUP BY operating_unit_fk_key;
-
View: POA_EDW_CONTRACT_F_IV
12.2.2
product: POA - Purchasing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_CONTRACT_F_IV
12.1.1
product: POA - Purchasing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_CONTRACT_AGRMNTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_CONTRACT_AGRMNTS_FCV, object_name:POA_EDW_CONTRACT_AGRMNTS_FCV, status:VALID, product: PO - Purchasing , description: EDW Contract Agreement Fact Collection View , implementation_dba_data: APPS.POA_EDW_CONTRACT_AGRMNTS_FCV ,
-
View: POA_EDW_CONTRACT_AGRMNTS_FCV
12.2.2
product: PO - Purchasing , description: EDW Contract Agreement Fact Collection View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POA_EDW_CONTRACT_AGRMNTS_FCV
12.1.1
-
APPS.POA_EDW_CONTRACT_F_C SQL Statements
12.1.1
-
VIEW: APPS.POABV_EDW_CONTRACT_AGRMNTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POABV_EDW_CONTRACT_AGRMNTS_FCV, object_name:POABV_EDW_CONTRACT_AGRMNTS_FCV, status:VALID,
-
View: POABV_EDW_CONTRACT_AGRMNTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POABV_EDW_CONTRACT_AGRMNTS_FCV, object_name:POABV_EDW_CONTRACT_AGRMNTS_FCV, status:VALID, product: PO - Purchasing , description: EDW Contract Agreement Fact Collection View , implementation_dba_data: APPS.POABV_EDW_CONTRACT_AGRMNTS_FCV ,
-
TABLE: POA.POA_EDW_CONTRACT_F
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_CONTRACT_F, object_name:POA_EDW_CONTRACT_F, status:VALID,
-
View: POABV_EDW_CONTRACT_AGRMNTS_FCV
12.2.2
product: PO - Purchasing , description: EDW Contract Agreement Fact Collection View , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POA_EDW_CONTRACT_AGRMNTS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_CONTRACT_AGRMNTS_FCV, object_name:POA_EDW_CONTRACT_AGRMNTS_FCV, status:VALID,
-
VIEW: APPS.POABV_EDW_CONTRACT_AGRMNTS_FCV
12.1.1
-
TABLE: POA.POA_EDW_CONTRACT_FSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_CONTRACT_FSTG, object_name:POA_EDW_CONTRACT_FSTG, status:VALID,
-
PACKAGE BODY: APPS.POA_EDW_CONTRACT_F_C
12.1.1
-
eTRM - POA Tables and Views
12.1.1
description: UNSPSC Item interface table ,
-
eTRM - PO Tables and Views
12.1.1
description: Temporary table for tracking a receiving upgrade from Release 9 to Release 10 ,