Search Results org_count
Overview
AMW_PROCESS_VL is a seeded, valid database view owned by the APPS schema within the Oracle E-Business Suite Internal Controls Manager (AMW) product. Internal Controls Manager supports configuration, certification, and management of process controls, risks, and compliance initiatives, and is commonly deployed alongside the governance, risk, and compliance capabilities in EBS 12.1.1 and 12.2.2. The suffix "_VL" identifies this object as a "view with language" — that is, a view constructed to expose translation-aware display columns from a translated (_TL) table joined to the base entity table. In the AMW schema, AMW_PROCESS_VL provides the language-aware presentation layer for risk library processes, surfacing the display name and description in the session user's language alongside the denormalized process attributes maintained on the base process record. It functions as the primary read-only access point for reporting, concurrent program processing, form blocks, and integration queries that need process metadata rendered in the current user's language. Because the view resolves the language at runtime through a join with the translations table, it returns consistent, audience-appropriate text without requiring applications or reports to perform their own language resolution.
Underlying Base Objects
According to the documented view definition, AMW_PROCESS_VL is constructed from two base objects joined on the process revision identifier:
AMW_PROCESS(aliasedAP) — the primary process entity table that stores the denormalized process header data, including identifiers, flags, counts, ownership, certification status, and audit columns.AMW_PROCESS_NAMES_TL(aliasedAP_TL) — the language-specific translations table that holds the display name and description for each process revision.
The join condition is AP_TL.PROCESS_REV_ID = AP.PROCESS_REV_ID, restricted by AP_TL.LANGUAGE = USERENV('LANG'). This means the view returns the translated name and description matching the language of the current session, while all other attributes are drawn from the base AMW_PROCESS table. Although the ETRM metadata notes no separately documented base objects, the view text itself is explicit about its two-table origin.
Key Columns
- DISPLAY_NAME, DESCRIPTION — language-resolved text sourced from
AMW_PROCESS_NAMES_TL. - PROCESS_ID, PROCESS_REV_ID, REVISION_NUMBER, PROCESS_CODE, NAME — process identity and revision tracking.
- APPROVAL_STATUS, APPROVAL_DATE, APPROVAL_END_DATE, CERTIFICATION_STATUS — workflow and certification state.
- STANDARD_VARIATION — a key column relevant to the user's search; it records the standard variation classification for the process, distinguishing standard and non-standard process variants.
- STANDARD_PROCESS_FLAG, SIGNIFICANT_PROCESS_FLAG, PROCESS_CATEGORY, PROCESS_TYPE, CLASSIFICATION — process classification and significance attributes.
- CONTROL_COUNT, RISK_COUNT, ORG_COUNT, RISK_COUNT_LATEST, CONTROL_COUNT_LATEST — aggregate counts of associated controls, risks, and organizations.
- PROCESS_OWNER_ID, FINANCE_OWNER_ID, APPLICATION_OWNER_ID — owner references.
- START_DATE, END_DATE, DELETION_DATE, SECURITY_GROUP_ID, OBJECT_VERSION_NUMBER — lifecycle and multi-tenant/security metadata.
- Audit columns — CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, REQUEST_ID, PROGRAM_ID, and the ATTRIBUTE1–15 flexfield columns.
Common Use Cases and Queries
Typical uses include risk library reporting, process certification dashboards, and integration extracts that require language-resolved process names. A representative query filtering on standard variation is:
SELECT display_name, process_code, standard_variation, certification_status FROM amw_process_vl WHERE standard_variation IS NOT NULL;SELECT p.display_name, p.risk_count, p.control_count FROM amw_process_vl p WHERE p.standard_process_flag = 'Y';
Because the view resolves language via USERENV('LANG'), no additional language predicate is required by consuming queries.
-
View: AMW_PROCESS_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for risk library process , 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 ,
-
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_PROCESS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_VL, object_name:AMW_PROCESS_VL, status:VALID, product: AMW - Internal Controls Manager , description: View for risk library process , implementation_dba_data: APPS.AMW_PROCESS_VL ,
-
VIEW: APPS.AMW_PROCESS_VL
12.1.1
-
VIEW: APPS.AMW_WF_HIERARCHY_MAIN_V
12.1.1
-
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.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_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: APPS.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,
-
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_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,
-
VIEW: APPS.AMW_LATEST_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LATEST_REVISIONS_V, object_name:AMW_LATEST_REVISIONS_V, status:VALID,
-
VIEW: APPS.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,
-
VIEW: APPS.AMW_PROCESS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_VL, object_name:AMW_PROCESS_VL, status:VALID,
-
VIEW: APPS.AMW_CURRENT_APPRVD_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURRENT_APPRVD_REV_V, object_name:AMW_CURRENT_APPRVD_REV_V, status:VALID,
-
VIEW: APPS.AMW_HIERARCHY_ENTITIES_V
12.1.1
-
View: AMW_LATEST_REVISIONS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for latest revisions of risk library processes , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_INACTIVE_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_INACTIVE_REVISIONS_V, object_name:AMW_INACTIVE_REVISIONS_V, status:VALID,
-
APPS.AMW_PROC_ORG_HIERARCHY_PVT SQL Statements
12.1.1
-
VIEW: APPS.AMW_DELETED_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_DELETED_REVISIONS_V, object_name:AMW_DELETED_REVISIONS_V, status:VALID,
-
View: AMW_CURRENT_APPRVD_REV_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for current approved process revisions. , implementation_dba_data: Not implemented in this database ,
-
View: AMW_INACTIVE_REVISIONS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for end dated process revisions. , implementation_dba_data: Not implemented in this database ,
-
View: AMW_CURRENT_APPRVD_REV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURRENT_APPRVD_REV_V, object_name:AMW_CURRENT_APPRVD_REV_V, status:VALID, product: AMW - Internal Controls Manager , description: View for current approved process revisions. , implementation_dba_data: APPS.AMW_CURRENT_APPRVD_REV_V ,
-
View: AMW_DELETED_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_DELETED_REVISIONS_V, object_name:AMW_DELETED_REVISIONS_V, status:VALID, product: AMW - Internal Controls Manager , description: View for all the deleted revisions of risk library processes. , implementation_dba_data: APPS.AMW_DELETED_REVISIONS_V ,
-
TABLE: AMW.AMW_PROCESS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_PROCESS, object_name:AMW_PROCESS, status:VALID,
-
View: AMW_INACTIVE_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_INACTIVE_REVISIONS_V, object_name:AMW_INACTIVE_REVISIONS_V, status:VALID, product: AMW - Internal Controls Manager , description: View for end dated process revisions. , implementation_dba_data: APPS.AMW_INACTIVE_REVISIONS_V ,
-
View: AMW_LATEST_REVISIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LATEST_REVISIONS_V, object_name:AMW_LATEST_REVISIONS_V, status:VALID, product: AMW - Internal Controls Manager , description: View for latest revisions of risk library processes , implementation_dba_data: APPS.AMW_LATEST_REVISIONS_V ,
-
View: AMW_DELETED_REVISIONS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for all the deleted revisions of risk library processes. , implementation_dba_data: Not implemented in this database ,
-
APPS.IMC_REPORTS_SUMMARY_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMW_WF_HIERARCHY_ENTITIES_V
12.1.1
-
APPS.IMC_REPORTS_SUMMARY_PKG SQL Statements
12.2.2
-
APPS.AMW_PROCESS_NAMES_PKG SQL Statements
12.1.1
-
APPS.PA_FCST_GLOBAL SQL Statements
12.2.2
-
APPS.PA_FCST_GLOBAL SQL Statements
12.1.1
-
APPS.AMW_PROCESS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.PA_FCST_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.PA_FCST_GLOBAL
12.2.2
-
PACKAGE BODY: APPS.AMW_PROCESS_PKG
12.1.1
-
PACKAGE BODY: APPS.AMW_PROC_ORG_HIERARCHY_PVT
12.1.1
-
APPS.AMW_RL_HIERARCHY_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IMC_REPORTS_SUMMARY_PKG
12.1.1
-
PACKAGE BODY: APPS.AMW_PROCESS_NAMES_PKG
12.1.1
-
PACKAGE: APPS.AMW_LOAD_PROC_DATA
12.1.1
-
PACKAGE BODY: APPS.IMC_REPORTS_SUMMARY_PKG
12.2.2
-
PACKAGE: APPS.AMW_PROCESS_PVT
12.1.1
-
PACKAGE BODY: APPS.AMW_PROCESS_PVT_W
12.1.1
-
PACKAGE BODY: APPS.PSP_ORG_DLS_PKG
12.2.2
-
PACKAGE BODY: APPS.PSP_ORG_DLS_PKG
12.1.1
-
APPS.AMW_PROC_ORG_HIERARCHY_PVT dependencies on AMW_PROCESS
12.1.1