Search Results amw_certification_status
Overview
APPS.AMW_WF_ORG_HIERARCHY_MAIN_V is a reporting and integration view within the Oracle E-Business Suite Applications Manager (AMW/E-TRM) module, which provides the governance, risk, and compliance framework underpinning Oracle Workflow-driven process management. The view exposes a flattened, denormalized representation of the organizational hierarchy of AMW processes as they are deployed across process organizations, combined with their associated Oracle Workflow activity definitions and current approval and certification states.
Its primary role is to present a single, query-friendly row per process node, joining the Workflow process/activity structure (parent-to-child relationships) to the AMW process organization definition and lookup-driven status meanings. This makes it suitable for operational dashboards, process certification tracking, and reporting on control and risk coverage across an organization's process hierarchy. Because the view surfaces certification_status and its decoded meaning, it is a natural starting point for queries monitoring process certification.
Underlying Base Objects
Based on the documented view text, the view draws from the following objects:
- WF_PROCESS_ACTIVITIES (aliased
wpa) — provides the parent process name/type and child process (activity) name/type, defining hierarchy edges. - WF_ACTIVITIES (aliased
wapr) — the Workflow activity definition referenced in the join. - AMW_PROCESS (aliased
amwp1andamwp2) — supplies parent_process_id and child_process_id, resolving the Workflow activities to AMW process records. - AMW_PROCESS_ORG_BASICINFO_V (aliased
ampo) — the core process organization view supplying organizational context (organization_id, audit unit, display name), process attributes, risk and control counts, ownership, and certification status. - AMW_LOOKUPS (aliased
amwlkup) — decodes the certification_status code into a meaningful display value.
The view also invokes the package function AMW_WF_HIERARCHY_PKG.find_transition_order(instance_id), which computes a reverse transition ordering used to sequence hierarchy nodes. No base tables are separately documented in the ETRM metadata, so the join semantics are inferred from the view body itself.
Key Columns
- PARENT_PROCESS_NAME / CHILD_PROCESS_NAME and PARENT_ITEM_TYPE / CHILD_ITEM_TYPE — the Workflow process and activity names/types forming each hierarchy edge.
- PARENT_PROCESS_ID / CHILD_PROCESS_ID — the AMW process identifiers resolved from the Workflow definitions.
- INSTANCE_ID — the Workflow instance the hierarchy belongs to.
- TRANSITION_REVERSE_ORDER — computed ordering via
find_transition_order. - PROCESS_ORG_ID / ORG_ID / ORG_NAME — process organization and organization identifiers, with the audit unit name.
- SIGNIFICANT_PROCESS_FLAG / STANDARD_PROCESS_FLAG — classification flags distinguishing significant versus standard processes.
- APPROVAL_STATUS — the current approval state of the process organization record.
- CERTIFICATION_STATUS_CODE / CERTIFICATION_STATUS — the raw certification status value and its decoded meaning from AMW_LOOKUPS. This pair is directly relevant to certification tracking.
- RISK_COUNT / CONTROL_COUNT — aggregate risk and control counts, nulled for placeholder processes (process_id = -1).
- PROCESS_OWNER_ID / PROCESS_OWNER_NAME — the process owner party information.
- URLSTRING / RISKCNTURL / CTRLCNTURL — generated OAF navigation URLs for the process details, risk tab, and control tab.
Common Use Cases and Queries
The view supports process hierarchy reporting, certification-status monitoring, and drill-down navigation to process details. A typical certification report:
- Listing processes with their certification status for a given process organization.
- Identifying significant processes that remain uncertified.
- Reviewing risk and control coverage per hierarchy node.
A representative query:
SELECT process_org_id,
org_id,
org_name,
name,
significant_process_flag,
certification_status_code,
certification_status,
risk_count,
control_count
FROM apps.amw_wf_org_hierarchy_main_v
WHERE certification_status <> 'Certified'
AND significant_process_flag = 'Y';
Because the view exposes URLString columns, it is also used by OAF-based pages to build process detail links, making it valuable both for direct SQL reporting and for embedding within AMW application flows.
-
Lookup Type: AMW_CERTIFICATION_STATUS
12.1.1
product: AMW - Internal Controls Manager , meaning: Certification Status , description: Certification Status ,
-
Lookup Type: AMW_CERTIFICATION_STATUS
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , meaning: Certification Status , description: Certification Status ,
-
VIEW: APPS.AMW_WF_ORG_HIERARCHY_MAIN_V
12.1.1
-
VIEW: APPS.AMW_HIERARCHY_ENTITIES_V
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.AMW_WF_HIERARCHY_ENTITIES_V
12.1.1
-
View: AMW_WF_ORG_HIERARCHY_MAIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_WF_ORG_HIERARCHY_MAIN_V, object_name:AMW_WF_ORG_HIERARCHY_MAIN_V, status:VALID, product: AMW - Internal Controls Manager , description: This view returns the Details about Parent Child Process Hierarchy in Organization Context , implementation_dba_data: APPS.AMW_WF_ORG_HIERARCHY_MAIN_V ,
-
View: AMW_WF_ORG_HIERARCHY_MAIN_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This view returns the Details about Parent Child Process Hierarchy in Organization Context , implementation_dba_data: Not implemented in this database ,
-
View: AMW_HIERARCHY_ENTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_HIERARCHY_ENTITIES_V, object_name:AMW_HIERARCHY_ENTITIES_V, status:VALID, product: AMW - Internal Controls Manager , description: Lists process details from amw_process and workflow tables , implementation_dba_data: APPS.AMW_HIERARCHY_ENTITIES_V ,
-
View: AMW_WF_HIERARCHY_ENTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_WF_HIERARCHY_ENTITIES_V, object_name:AMW_WF_HIERARCHY_ENTITIES_V, status:VALID, product: AMW - Internal Controls Manager , description: This view returns the Details about Process , implementation_dba_data: APPS.AMW_WF_HIERARCHY_ENTITIES_V ,
-
View: AMW_HIERARCHY_ENTITIES_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Lists process details from amw_process and workflow tables , implementation_dba_data: Not implemented in this database ,
-
View: AMW_WF_HIERARCHY_ENTITIES_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This view returns the Details about Process , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_WF_HIERARCHY_MAIN_V
12.1.1
-
View: AMW_WF_HIERARCHY_MAIN_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This view returns the Details about Parent Child Process Hierarchy , implementation_dba_data: Not implemented in this database ,
-
View: AMW_WF_HIERARCHY_MAIN_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_WF_HIERARCHY_MAIN_V, object_name:AMW_WF_HIERARCHY_MAIN_V, status:VALID, product: AMW - Internal Controls Manager , description: This view returns the Details about Parent Child Process Hierarchy , implementation_dba_data: APPS.AMW_WF_HIERARCHY_MAIN_V ,