Search Results ship_location_fk_key
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.1.1
product: POA - Purchasing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: OPI_EDW_PRODUCT_SALES_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OPI.OPI_EDW_PRODUCT_SALES_REV_V, object_name:OPI_EDW_PRODUCT_SALES_REV_V, status:VALID, product: OPI - Operations Intelligence , description: Product Sales Revenue report source view , implementation_dba_data: APPS.OPI_EDW_PRODUCT_SALES_REV_V ,
-
View: POA_EDW_ALINES_F_IV
12.1.1
product: POA - Purchasing Intelligence , implementation_dba_data: Not implemented in this database ,
-
TABLE: OPI.MLOG$_OPI_EDW_MARGIN_F
12.1.1
owner:OPI, object_type:TABLE, object_name:MLOG$_OPI_EDW_MARGIN_F, status:VALID,
-
TABLE: OPI.OPI_EDW_PERD_MARGIN_FUR
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_PERD_MARGIN_FUR, object_name:OPI_EDW_PERD_MARGIN_FUR, status:VALID,
-
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_PO_DIST_F_IV
12.2.2
product: POA - Purchasing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: OPI_EDW_PRODUCT_SALES_REV_V
12.2.2
product: OPI - Operations Intelligence (Obsolete) , description: Product Sales Revenue report source view , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_ALINES_F_IV
12.2.2
product: POA - Purchasing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_SUP_PERF_F_IV
12.2.2
product: POA - Purchasing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_SUP_PERF_F_IV
12.1.1
product: POA - Purchasing Intelligence , implementation_dba_data: Not implemented in this database ,
-
TABLE: OPI.OPI_EDW_PERD_MARGIN_FT
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_PERD_MARGIN_FT, object_name:OPI_EDW_PERD_MARGIN_FT, status:VALID,
-
TABLE: OPI.OPI_EDW_MARGIN_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_MARGIN_F, object_name:OPI_EDW_MARGIN_F, status:VALID,
-
TABLE: OPI.OPI_EDW_MARGIN_PERD_FDLG
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_MARGIN_PERD_FDLG, object_name:OPI_EDW_MARGIN_PERD_FDLG, status:VALID,
-
TABLE: OPI.OPI_EDW_PERD_MARGIN_F
12.1.1
owner:OPI, object_type:TABLE, fnd_design_data:OPI.OPI_EDW_PERD_MARGIN_F, object_name:OPI_EDW_PERD_MARGIN_F, status:VALID,
-
View: POA_EDW_PO_DIST_F_IV
12.1.1
product: POA - Purchasing Intelligence , implementation_dba_data: Not implemented in this database ,
-
APPS.OPI_COLLECTION_HOOK_P SQL Statements
12.1.1
-
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,
-
PACKAGE BODY: APPS.OPI_COLLECTION_HOOK_P
12.1.1
-
TABLE: POA.POA_EDW_SUP_PERF_F
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_SUP_PERF_F, object_name:POA_EDW_SUP_PERF_F, status:VALID,
-
TABLE: POA.POA_EDW_ALINES_F
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_ALINES_F, object_name:POA_EDW_ALINES_F, status:VALID,
-
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,
-
TABLE: POA.POA_EDW_PO_DIST_F
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_PO_DIST_F, object_name:POA_EDW_PO_DIST_F, status:VALID,
-
TABLE: POA.POA_EDW_ALINES_FSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_ALINES_FSTG, object_name:POA_EDW_ALINES_FSTG, status:VALID,
-
TABLE: POA.POA_EDW_SUP_PERF_FSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_SUP_PERF_FSTG, object_name:POA_EDW_SUP_PERF_FSTG, status:VALID,
-
TABLE: POA.POA_EDW_PO_DIST_FSTG
12.1.1
owner:POA, object_type:TABLE, fnd_design_data:POA.POA_EDW_PO_DIST_FSTG, object_name:POA_EDW_PO_DIST_FSTG, status:VALID,
-
eTRM - POA Tables and Views
12.1.1
description: UNSPSC Item interface table ,
-
APPS.OPI_COLLECTION_HOOK_P dependencies on OPI_EDW_MARGIN_F
12.1.1
-
eTRM - OPI Tables and Views
12.1.1
-
APPS.OPI_COLLECTION_HOOK_P dependencies on MLOG$_OPI_EDW_MARGIN_F
12.1.1