Search Results qty_ontime_aftdue_b
Overview
The view POA_EDW_SUP_PERF_F_IV is a Purchasing Intelligence (POA) object within Oracle E-Business Suite 12.1.1 and 12.2.2. It functions as a supplier performance fact view designed to expose transactional and summarized purchasing metrics to the Enterprise Data Warehouse (EDW) reporting layer. The suffix "F_IV" indicates that this is a fact-based informational view that surfaces supplier performance measures aggregated or recorded at the receipt, purchase order, and invoice level. Because it is categorized as a view rather than a base table, it is not implemented as a physical database object in the traditional sense; the ETRM metadata records it as "Not implemented in this database," confirming it exists as a reporting abstraction extracted from the EDW layer rather than a directly maintained transactional entity.
The view supports supplier scorecarding, on-time delivery analysis, price variance reporting, and quality measurement by exposing purchase quantities, receipt timing, invoice amounts, and price comparisons.
Underlying Base Objects
The documented ETRM metadata does not list any referenced base objects in the "Documented view metadata" section. However, the view text embedded in the object definition reveals its source explicitly: the SELECT statement derives all columns FROM POA_EDW_SUP_PERF_F. This indicates a direct, single-source dependency on the POA_EDW_SUP_PERF_F fact table.
The view acts as a projection over that base object, adding a literal placeholder column, ' ' OPERATION_CODE, and preserving the ROWID of the underlying table as ROW_ID. No joins to dimension tables are embedded in the view text; instead, foreign key surrogate columns (denoted by the _FK_KEY suffix) are exposed for downstream joining to EDW dimension objects such as date, buyer, item, supplier site, and currency dimensions.
Key Columns
The view exposes a broad set of measures and foreign keys. Notable columns include:
CONTRACT_NUM— the contract number associated with the purchase transaction, matching the user's search term and enabling contract-level supplier analysis.PO_NUMBERandRELEASE_NUM— purchase order and release identifiers for document-level drill-down.SUP_PERF_PKandSUP_PERF_PK_KEY— primary key and key surrogate for the supplier performance record.QTY_ORDERED_B,QTY_RECEIVED_B,QTY_ACCEPTED_B,QTY_REJECTED_B,QTY_CANCELLED_B— base quantity measures covering the procure-to-receive lifecycle.QTY_ONTIME_ONDUE_B,QTY_ONTIME_BEFDUE_B,QTY_ONTIME_AFTDUE_B,QTY_EARLY_RECEIPT_B,QTY_LATE_RECEIPT_B,QTY_PAST_DUE_B— delivery timeliness measures.NUM_ONTIME_ONDUE,NUM_ONTIME_BEFDUE,NUM_ONTIME_AFTDUE,NUM_EARLY_RECEIPT,NUM_LATE_RECEIPT,NUM_RECEIPT_LINES— line-count based performance counters.IPV_G_BandIPV_G_T— invoice price variance, base and transaction currency.PRICE_G_B,LIST_PRICE_G_B,MARKET_PRICE_G_B,TARGET_PRICE_G_B,AMT_PURCHASED_G— price and amount measures.DAYS_EARLY_REC,DAYS_LATE_REC,NUM_DAYS_TO_INVOICE— derived interval metrics.- Foreign key surrogate columns such as
BUYER_FK_KEY,AP_TERMS_FK_KEY,ITEM_FK_KEY,SUPPLIER_SITE_FK_KEY,DATE_DIM_FK_KEY, andTXN_CUR_CODE_FK_KEY. USER_ATTRIBUTE1throughUSER_ATTRIBUTE15,USER_MEASURE1throughUSER_MEASURE5, andUSER_FK1_KEYthroughUSER_FK5_KEY— extensibility columns for custom reporting attributes and joins.
Common Use Cases and Queries
This view is typically queried to build supplier performance dashboards, on-time delivery reports, and contract compliance analyses. A common query filters on contract number to evaluate supplier delivery against a specific agreement:
- Query by contract:
SELECT contract_num, po_number, qty_ordered_b, qty_received_b, qty_ontime_ondue_b, qty_late_receipt_b FROM POA_EDW_SUP_PERF_F_IV WHERE contract_num = :contract_num; - On-time delivery summary by supplier site: aggregate
NUM_ONTIME_ONDUE,NUM_LATE_RECEIPT, andNUM_RECEIPT_LINESgrouped bySUPPLIER_SITE_FK_KEY. - Price variance analysis: select
IPV_G_B,PRICE_G_B,LIST_PRICE_G_B, andTARGET_PRICE_G_Bto measure negotiated versus actual pricing. - Cycle-time reporting: use
NUM_DAYS_TO_INVOICE,DAYS_EARLY_REC, andDAYS_LATE_RECto assess process efficiency.
Because foreign keys are exposed as surrogates, queries are commonly joined to EDW date, item, buyer, and supplier dimensions to produce business-friendly labels alongside these measures.
-
View: POA_EDW_SUP_PERF_F_IV
12.1.1
product: POA - Purchasing Intelligence , 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_SUPPLIER_PERFORM_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_SUPPLIER_PERFORM_FCV, object_name:POA_EDW_SUPPLIER_PERFORM_FCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_EDW_SUPPLIER_PERFORM_FCV ,
-
VIEW: APPS.POA_EDW_SUPPLIER_PERFORM_FCV
12.1.1
-
View: POA_EDW_SUPPLIER_PERFORM_FCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
APPS.POA_EDW_SUP_PERF_F_C SQL Statements
12.1.1
-
VIEW: APPS.POA_EDW_SUPPLIER_PERFORM_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_SUPPLIER_PERFORM_FCV, object_name:POA_EDW_SUPPLIER_PERFORM_FCV, status:VALID,
-
VIEW: APPS.POABV_EDW_SUPPLIER_PERFORM_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POABV_EDW_SUPPLIER_PERFORM_FCV, object_name:POABV_EDW_SUPPLIER_PERFORM_FCV, status:VALID,
-
PACKAGE BODY: APPS.POA_EDW_SUP_PERF_F_C
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_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,
-
View: POABV_EDW_SUPPLIER_PERFORM_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POABV_EDW_SUPPLIER_PERFORM_FCV, object_name:POABV_EDW_SUPPLIER_PERFORM_FCV, status:VALID, product: PO - Purchasing , description: EDW Supplier Performance Fact Collection View , implementation_dba_data: APPS.POABV_EDW_SUPPLIER_PERFORM_FCV ,
-
View: POABV_EDW_SUPPLIER_PERFORM_FCV
12.2.2
product: PO - Purchasing , description: EDW Supplier Performance Fact Collection View , implementation_dba_data: Not implemented in this database ,
-
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 ,