Search Results rl_process_rev_id
Overview
APPS.AMW_CURR_APPROVED_REV_ORG_V is a multilingual (language-resolved) view in the Oracle E-Business Suite Applications (APPS) schema, registered under FND Design Data as AMW.AMW_CURR_APPROVED_REV_ORG_V. It belongs to the Oracle Enterprise Governance, Risk, and Compliance (EGRC / GRC) product family and is classified as a view for current approved organization process revisions. In practice, the view exposes the set of organization-level process revisions that have reached an approved state, joining process definition metadata to organizational context and to aggregated control and risk counts. Because it is a multilingual view, the display name and description columns are resolved against the session language in the same manner as other AMW language views, so consumers receive their translated values without needing to write language joins themselves.
The view is most relevant to ETRM / GRC reporting and integration scenarios where downstream logic needs a single, filtered source of currently active, approved process revisions for an operating unit or organization. It abstracts the underlying revision and approval lifecycle, presenting only those rows that represent current approval status together with certification and audit status indicators.
Underlying Base Objects
The documented ETRM metadata lists no referenced base objects for this view; the View Source section enumerates only the projected columns and does not publish the FROM clause. Based on the AMW naming conventions and the column set, the view is defined over the process revision and organization linkage structures within the AMW schema — most notably the organization process revision entity (surfaced through PROCESS_ORG_REV_ID) and the associated process definition and multilingual (AMW_*_TL) translation tables that supply DISPLAY_NAME and DESCRIPTION.
The view's defining characteristic is its filter: it returns only current, approved revisions, so base revision tables may contain many more rows than are visible here. The RL_PROCESS_REV_ID column (Risk Library Process Revision Id) is the link that connects a revision projected by this view back to the risk library process revision, which is why searches for "rl_process_rev_id" surface this object.
Key Columns
- PROCESS_ORG_REV_ID — Organization Process Revision Id; the primary identifying key for a revision in an organization context.
- RL_PROCESS_REV_ID — Risk Library Process Revision Id; the correlation to the risk library revision, and the column most often searched for.
- PROCESS_ID / PROCESS_ORGANIZATION_ID / ORGANIZATION_ID — Process and organization identifiers linking the row to its definition and owning organization.
- DISPLAY_NAME / DESCRIPTION — Language-resolved process name and description.
- REVISION_NUMBER, START_DATE, END_DATE, PROCESS_TYPE, PROCESS_CODE, PROCESS_CATEGORY, PROCESS_CATEGORY_CODE — Revision and classification attributes.
- APPROVAL_STATUS, APPROVAL_DATE, APPROVAL_END_DATE — Approval lifecycle state and dates.
- CERTIFICATION_STATUS, LAST_CERTIFICATION_DATE, LAST_AUDIT_STATUS, LAST_AUDIT_DATE, NEXT_AUDIT_DATE — Certification and audit tracking indicators.
- CONTROL_COUNT, RISK_COUNT — Aggregated counts of controls and risks associated to the organization.
- STANDARD_PROCESS_FLAG, SIGNIFICANT_PROCESS_FLAG, STANDARD_VARIATION, CONTROL_ACTIVITY_TYPE, RISK_CATEGORY, DELETION_DATE — Supplementary classification and lifecycle flags.
Common Use Cases and Queries
Typical uses include approval-status dashboarding, control/risk coverage reporting by organization, and validating whether a given risk library process revision has an approved organization-level counterpart. The following query maps a risk library process revision to its approved organization revision:
SELECT process_org_rev_id, rl_process_rev_id, display_name, organization_id, approval_status, certification_status, control_count, risk_count FROM apps.amw_curr_approved_rev_org_v WHERE rl_process_rev_id = :rl_process_rev_id;SELECT organization_id, process_category, COUNT(*) approved_revisions FROM apps.amw_curr_approved_rev_org_v GROUP BY organization_id, process_category;SELECT display_name, next_audit_date FROM apps.amw_curr_approved_rev_org_v WHERE significant_process_flag = 'Y' ORDER BY next_audit_date;
Because the view is already constrained to current approved revisions, consuming reports should not re-apply approval filters; adding redundant predicates can exclude valid rows when approval semantics change between releases.
-
VIEW: APPS.AMW_CURR_APPROVED_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURR_APPROVED_REV_ORG_V, object_name:AMW_CURR_APPROVED_REV_ORG_V, status:VALID,
-
VIEW: APPS.AMW_LATEST_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LATEST_REV_ORG_V, object_name:AMW_LATEST_REV_ORG_V, status:VALID,
-
VIEW: APPS.AMW_ORG_PROCESS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_ORG_PROCESS_VL, object_name:AMW_ORG_PROCESS_VL, status:VALID,
-
VIEW: APPS.AMW_INACTIVE_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_INACTIVE_REV_ORG_V, object_name:AMW_INACTIVE_REV_ORG_V, status:VALID,
-
View: AMW_CURR_APPROVED_REV_ORG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for current approved organization process revisions , implementation_dba_data: Not implemented in this database ,
-
View: AMW_INACTIVE_REV_ORG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for end dated organization process revisions , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_PROCESS_ORGANIZATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_ORGANIZATION_VL, object_name:AMW_PROCESS_ORGANIZATION_VL, status:VALID,
-
View: AMW_CURR_APPROVED_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURR_APPROVED_REV_ORG_V, object_name:AMW_CURR_APPROVED_REV_ORG_V, status:VALID, product: AMW - Internal Controls Manager , description: View for current approved organization process revisions , implementation_dba_data: APPS.AMW_CURR_APPROVED_REV_ORG_V ,
-
View: AMW_LATEST_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LATEST_REV_ORG_V, object_name:AMW_LATEST_REV_ORG_V, status:VALID, product: AMW - Internal Controls Manager , description: View for all the latest revisions of organization processes. , implementation_dba_data: APPS.AMW_LATEST_REV_ORG_V ,
-
View: AMW_LATEST_REV_ORG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for all the latest revisions of organization processes. , implementation_dba_data: Not implemented in this database ,
-
View: AMW_INACTIVE_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_INACTIVE_REV_ORG_V, object_name:AMW_INACTIVE_REV_ORG_V, status:VALID, product: AMW - Internal Controls Manager , description: View for end dated organization process revisions , implementation_dba_data: APPS.AMW_INACTIVE_REV_ORG_V ,
-
View: AMW_ORG_PROCESS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_ORG_PROCESS_VL, object_name:AMW_ORG_PROCESS_VL, status:VALID, product: AMW - Internal Controls Manager , description: stores the process inforamtion within organizations , implementation_dba_data: APPS.AMW_ORG_PROCESS_VL ,
-
View: AMW_ORG_PROCESS_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: stores the process inforamtion within organizations , implementation_dba_data: Not implemented in this database ,
-
View: AMW_PROCESS_ORGANIZATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_ORGANIZATION_VL, object_name:AMW_PROCESS_ORGANIZATION_VL, status:VALID, product: AMW - Internal Controls Manager , description: AMW_PROCESS_NAMES_VL is a view that joins the translated, languagespecific values from AMW_PROCESS_NAMES_TL with the non-displayeddata from AMW_ORGANIZATION_PROCESS to form complete organization process entities. , implementation_dba_data: APPS.AMW_PROCESS_ORGANIZATION_VL ,
-
View: AMW_PROCESS_ORGANIZATION_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: AMW_PROCESS_NAMES_VL is a view that joins the translated, languagespecific values from AMW_PROCESS_NAMES_TL with the non-displayeddata from AMW_ORGANIZATION_PROCESS to form complete organization process entities. , implementation_dba_data: Not implemented in this database ,
-
TABLE: AMW.AMW_PROCESS_ORGANIZATION
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_PROCESS_ORGANIZATION, object_name:AMW_PROCESS_ORGANIZATION, status:VALID,
-
APPS.AMW_PARAMETERS_PVT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_PARAMETERS_PVT_PKG
12.1.1
-
APPS.AMW_ORG_HIERARCHY_PKG SQL Statements
12.1.1
-
APPS.AMW_ORG_HIERARCHY_PKG dependencies on STANDARD
12.1.1
-
PACKAGE BODY: APPS.AMW_ORG_HIERARCHY_PKG
12.1.1
-
APPS.AMW_ORG_HIERARCHY_PKG dependencies on AMW_PROCESS_ORGANIZATION
12.1.1
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
APPS.AMW_ORG_HIERARCHY_PKG dependencies on AMW_PROCESS
12.1.1