Search Results poa_cm_evaluation
Overview
The POA_CM_EVALUATION table is a Purchasing (PO) module object in Oracle EBS 12.1.1 and 12.2.2, owned by the PO schema and documented as VALID in ETRM. It is a transactional data store used by Oracle Procurement Contracts and supplier performance evaluation functionality (the POA / Procurement "Evaluation" and supplier scorecarding subsystem). Each row captures a single evaluation record — typically a supplier, supplier site, or operational unit performance assessment scoped to a defined period and measure — together with the standard Oracle EBS "who column" and multi-attribute (ATTRIBUTE1–15) audit and extensibility fields. It contains 37 documented columns in 12.1.1.
The ETRM Data Vault classification heuristic reports this table as standalone. It has a single outbound foreign key (EVALUATION_ID → AMW_EVALUATIONS_B) and no documented inbound foreign keys. In Data Vault terms, this object is best modeled as a satellite or hub-and-satellite combination, since it owns the business key (EVALUATION_ID, enforced via the unique index POA_CM_EVALUATION_U1) and carries descriptive and multi-attribute context around it. The classification is a modeling suggestion only.
Key Information Stored
- EVALUATION_ID — Surrogate/business key and the enforced unique index candidate (POA_CM_EVALUATION_U1); the FK joining to AMW_EVALUATIONS_B.
- CUSTOM_MEASURE_CODE, PERIOD_TYPE, PERIOD_NAME — Define the evaluation measure and the period being evaluated (e.g., monthly, quarterly, named period).
- SUPPLIER_ID, SUPPLIER_SITE_ID — Supplier and supplier site targeted by the evaluation.
- OPER_UNIT_ID, ORG_ID — Operational unit and inventory organization that own or scope the evaluation.
- CATEGORY_ID, ITEM_ID — Purchasing category and item context, enabling item- or category-level scoring.
- EVALUATED_BY, COMMENTS — Evaluator identity and free-text commentary.
- ATTRIBUTE1–15 / ATTRIBUTE_CATEGORY — Descriptive flexfield (DFF) context and values for client-specific extensions.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — Standard audit columns.
- REQUEST_ID, PROGRAM_APPLICATION_ID, PROGRAM_ID, PROGRAM_UPDATE_DATE — Concurrent program traceability for data loading.
Common Use Cases and Queries
Typical reporting scenarios include supplier scorecard reporting, period-over-period supplier performance trending, and item/category performance analysis. A common query pattern joins the evaluation to its parent definition to retrieve evaluation metadata:
- Supplier scorecard extract:
SELECT EVALUATION_ID, SUPPLIER_ID, SUPPLIER_SITE_ID, CUSTOM_MEASURE_CODE, PERIOD_NAME FROM POA_CM_EVALUATION WHERE PERIOD_NAME = :period; - Joining the parent evaluation definition:
SELECT e.*, b.* FROM POA_CM_EVALUATION e, AMW_EVALUATIONS_B b WHERE e.EVALUATION_ID = b.EVALUATION_ID;(adjust for the exact AMW key column). - Evaluator workload:
SELECT EVALUATED_BY, COUNT(*) FROM POA_CM_EVALUATION GROUP BY EVALUATED_BY; - Period trend: group by SUPPLIER_ID and PERIOD_NAME to chart score changes over time.
When building reports, filter on ORG_ID for multi-org safety and use the DFF columns only through the appropriate flexfield view rather than selecting raw ATTRIBUTEn values.
Related Objects
- AMW_EVALUATIONS_B — The documented FK target (POA_CM_EVALUATION.EVALUATION_ID → AMW_EVALUATIONS_B); holds the base evaluation definition.
- AMW_EVALUATIONS_TL — Typically provides translatable evaluation names/descriptions.
- POZ_SUPPLIERS / POZ_SUPPLIER_SITES_ALL — Resolve SUPPLIER_ID and SUPPLIER_SITE_ID to supplier names and sites.
- HR_ALL_OPERATING_UNITS / HR_OPERATING_UNITS — Resolve OPER_UNIT_ID and ORG_ID for organizational context.
- MTL_SYSTEM_ITEMS_B / MTL_CATEGORIES_B — Resolve ITEM_ID and CATEGORY_ID for item and category reporting.
- FND_USER — Resolves EVALUATED_BY and audit columns to user names.
Because the table is classified as standalone with a single outbound FK, dependency analysis should center on the AMW evaluation tables and the resolving master-data tables listed above.
-
Table: POA_CM_EVALUATION
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_CM_EVALUATION, object_name:POA_CM_EVALUATION, status:VALID, product: PO - Purchasing , implementation_dba_data: PO.POA_CM_EVALUATION ,
-
Table: POA_CM_EVALUATION
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.POA_CM_EVALUATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:POA_CM_EVALUATION, status:VALID,
-
APPS.POA_EDW_CSTM_MSR_F_SIZE SQL Statements
12.1.1
-
APPS.POA_CM_EVAL_SCORES_ICX SQL Statements
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.POA_EDW_CSTM_MSR_F_SIZE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POA_EDW_CSTM_MSR_F_SIZE, status:VALID,
-
PACKAGE BODY: APPS.POA_CM_ENTER_SCORES_ICX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POA_CM_ENTER_SCORES_ICX, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
APPS.POA_CM_ENTER_SCORES_ICX SQL Statements
12.1.1
-
PACKAGE BODY: APPS.POA_EDW_CSTM_MSR_F_C
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POA_EDW_CSTM_MSR_F_C, status:VALID,
-
PACKAGE BODY: APPS.POA_CM_EVAL_SCORES_ICX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:POA_CM_EVAL_SCORES_ICX, status:VALID,
-
VIEW: APPS.POA_EDW_CUSTOM_MEASURE_FCV
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
TABLE: PO.POA_CM_EVALUATION
12.1.1
owner:PO, object_type:TABLE, fnd_design_data:PO.POA_CM_EVALUATION, object_name:POA_CM_EVALUATION, status:VALID,
-
PACKAGE BODY: APPS.POA_EDW_CSTM_MSR_F_SIZE
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.POA_EDW_CSTM_MSR_F_C SQL Statements
12.1.1
-
View: POA_EDW_CUSTOM_MEASURE_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_CUSTOM_MEASURE_FCV, object_name:POA_EDW_CUSTOM_MEASURE_FCV, status:VALID, product: PO - Purchasing , implementation_dba_data: APPS.POA_EDW_CUSTOM_MEASURE_FCV ,
-
View: POA_EDW_CUSTOM_MEASURE_FCV
12.2.2
product: PO - Purchasing , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.POA_EDW_CUSTOM_MEASURE_FCV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PO.POA_EDW_CUSTOM_MEASURE_FCV, object_name:POA_EDW_CUSTOM_MEASURE_FCV, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
PACKAGE BODY: APPS.POA_CM_ENTER_SCORES_ICX
12.1.1
-
APPS.POA_CM_ENTER_SCORES_ICX dependencies on POA_CM_EVALUATION
12.1.1
-
PACKAGE BODY: APPS.POA_EDW_CSTM_MSR_F_C
12.1.1
-
APPS.POA_EDW_CSTM_MSR_F_C dependencies on POA_CM_EVALUATION
12.1.1
-
APPS.POA_EDW_CSTM_MSR_F_SIZE dependencies on POA_CM_EVALUATION
12.1.1
-
APPS.POA_CM_EVAL_SCORES_ICX dependencies on POA_CM_EVALUATION
12.1.1
-
PACKAGE BODY: APPS.POA_CM_EVAL_SCORES_ICX
12.1.1
-
APPS.POA_CM_EVAL_SCORES_ICX dependencies on FND_USER
12.1.1
-
APPS.POA_CM_EVAL_SCORES_ICX dependencies on MTL_CATEGORIES_KFV
12.1.1
-
APPS.POA_CM_EVAL_SCORES_ICX dependencies on HR_OPERATING_UNITS
12.1.1
-
APPS.POA_CM_EVAL_SCORES_ICX dependencies on MTL_SYSTEM_ITEMS_KFV
12.1.1
-
APPS.POA_EDW_CSTM_MSR_F_C dependencies on POA_CM_EVAL_SCORES
12.1.1
-
APPS.POA_EDW_CSTM_MSR_F_SIZE dependencies on POA_CM_EVAL_SCORES
12.1.1
-
APPS.POA_EDW_CSTM_MSR_F_C dependencies on POA_EDW_CSTM_MSR_INC
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 ,
-
12.1.1 DBA Data
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 ,