Search Results lne_supplier_note
Overview
POA_EDW_PO_DIST_F_IV is a database view delivered within the Oracle Purchasing Intelligence (POA) product family, the E-Business Suite operational data store that feeds the Purchasing and Procurement Analytics subject areas. The name follows the standard POA naming convention: "PO" for purchasing, "DIST" for the purchase order distribution level of granularity, "F" for fact, and "IV" denoting an interface or intermediate view used during the extract, transform, and load process into the enterprise data warehouse. In this position it functions as a flattened, denormalized presentation of purchasing distribution activity, exposing both measures (quantities and amounts) and dimensional foreign keys in a single row per distribution.
The view is not an end-user transactional object. It exists to support the ETL that populates the POA star schemas, and secondarily to allow reporting and integration queries to reconcile fact-level purchasing data without joining the many operational tables in the PO module. In Oracle EBS 12.1.1 and 12.2.2 the object is documented in ETRM as not implemented in the reference database, meaning the definition is shipped as part of the POA schema but is only materialized where Purchasing Intelligence is licensed and configured.
Underlying Base Objects
The documented ETRM metadata for this view records no referenced base objects, and the view text provided is a direct SELECT list rather than a join tree. In practice the view is defined over the POA staging and fact tables of the Purchasing Intelligence schema, drawing from PO distribution, line, and header extracts together with the associated EBS dimension key tables. The presence of a PO_DIST_INST_PK and PO_DIST_INST_PK_KEY pair indicates the row grain is the purchase order distribution instance. The view has no documented owner in the metadata, consistent with an object that is created by the POA schema installation rather than by the core PO module.
Key Columns
The columns exposed by the view fall into three groups:
- Keys and identifiers: PO_HEADER_ID, PO_LINE_ID, PO_RELEASE_ID, DISTRIBUTION_ID, LINE_LOCATION_ID, PO_NUMBER, RELEASE_NUM, REVISION_NUM, CONTRACT_NUM, ITEM_ID, PO_DIST_INST_PK and PO_DIST_INST_PK_KEY uniquely identify the distribution row.
- Measures: QTY_ORDERED_B, QTY_DELIVERED_B, QTY_BILLED_B, QTY_CANCELLED_B for quantities; AMT_PURCHASED_G/T, AMT_CONTRACT_G/T, AMT_NONCONTRACT_G/T, AMT_BILLED_G/T, AMT_LEAKAGE_G/T, PRICE_G/T, LIST_PRC_UNIT_G/T, MARKET_PRICE_G/T, PRICE_LIMIT_G/T and POTENTIAL_SVG_G/T for monetary values. The _G and _T suffixes denote the global (functional) and transaction currency representations respectively.
- Dimensional foreign keys: BUYER_FK_KEY, APPROVER_FK_KEY, AP_TERMS_FK_KEY, SHIP_TO_ORG_FK_KEY, DESTIN_ORG_FK_KEY, CONTRACT_TYPE_FK_KEY, PO_LINE_TYPE_FK_KEY, PRICE_TYPE_FK_KEY together with a large set of date-role keys (NEED_BY_DATE_FK_KEY, PROMISED_DATE_FK_KEY, PO_CREATE_DATE_FK_KEY, REQ_CREAT_DATE_FK_KEY and others) that map to conformed date dimensions. Text attributes include ITEM_DESCRIPTION, and — directly relevant to the user's search — PO_COMMENTS, PO_RECEIVER_NOTE, LNE_SUPPLIER_NOTE, SHP_CANCEL_REASON, together with CREATION_DATE and LAST_UPDATE_DATE audit stamps.
The PO_COMMENTS column carries the free-text comment entered at the purchase order header or line level and is exposed at the distribution grain for comment analysis and drill-through reporting.
Common Use Cases and Queries
Typical uses include spend and savings analysis by buyer, supplier, or destination organization; price variance and contract-leakage reporting using the _G and _T measure pairs; and free-text review of purchasing comments and notes. A representative query retrieving purchasing activity with comments for a given period is:
- SELECT PO_NUMBER, RELEASE_NUM, ITEM_DESCRIPTION, QTY_ORDERED_B, AMT_PURCHASED_G, PO_COMMENTS FROM POA_EDW_PO_DIST_F_IV WHERE PO_CREATE_DATE_FK_KEY BETWEEN :from_key AND :to_key;
- SELECT BUYER_FK_KEY, SUM(AMT_PURCHASED_G), SUM(AMT_LEAKAGE_G) FROM POA_EDW_PO_DIST_F_IV GROUP BY BUYER_FK_KEY;
Because the dimensional columns are surrogate FK_KEY values, such queries are normally joined to the corresponding POA dimension views to resolve buyer, supplier, and date descriptions. Access should be granted through the POA reporting responsibility, and the view should be treated as read-only ETL infrastructure rather than a transactional interface.
-
View: POA_EDW_PO_DIST_F_IV
12.1.1
product: POA - Purchasing Intelligence , implementation_dba_data: Not implemented in this database ,
-
View: POA_EDW_PO_DISTRIBUTIONS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_PO_DISTRIBUTIONS_FCV, object_name:POA_EDW_PO_DISTRIBUTIONS_FCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_EDW_PO_DISTRIBUTIONS_FCV ,
-
View: POA_EDW_PO_DIST_F_IV
12.2.2
product: POA - Purchasing Intelligence (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POA_EDW_PO_DISTRIBUTIONS_FCV
12.1.1
-
View: POA_EDW_PO_DISTRIBUTIONS_FCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POA_EDW_PO_DISTRIBUTIONS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_PO_DISTRIBUTIONS_FCV, object_name:POA_EDW_PO_DISTRIBUTIONS_FCV, status:VALID,
-
VIEW: APPS.POABV_EDW_PO_DISTRIBUTIONS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POABV_EDW_PO_DISTRIBUTIONS_FCV, object_name:POABV_EDW_PO_DISTRIBUTIONS_FCV, status:VALID,
-
APPS.POA_EDW_PO_DIST_F_C SQL Statements
12.1.1
-
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,
-
PACKAGE BODY: APPS.POA_EDW_PO_DIST_F_C
12.1.1
-
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,
-
View: POABV_EDW_PO_DISTRIBUTIONS_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POABV_EDW_PO_DISTRIBUTIONS_FCV, object_name:POABV_EDW_PO_DISTRIBUTIONS_FCV, status:VALID, product: PO - Purchasing , description: EDW PO Distribution Fact Collection View , implementation_dba_data: APPS.POABV_EDW_PO_DISTRIBUTIONS_FCV ,
-
View: POABV_EDW_PO_DISTRIBUTIONS_FCV
12.2.2
product: PO - Purchasing , description: EDW PO Distribution 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 ,