Search Results significant_process_flag
Overview
AMW_ORG_RELATIONS_V is a reporting view owned by the APPS schema within the AMW – Internal Controls Manager product. Its documented purpose is to store and present information concerning organization relations in the context of Audit Management process hierarchies. The view exposes parent and child process relationships across organizations, together with navigation URLs and computed status attributes, which makes it a convenient single source for reporting on how audit processes are interrelated across the enterprise.
Within the Oracle E-Business Suite 12.1.1 and 12.2.2 file systems, this view is particularly relevant to queries referencing parent_item_type. Although the column is exposed by the view, the view definition itself hard-codes its value as the literal string 'AUDITMGR'. This implies that all rows returned by the view belong to the Audit Management workflow item type, so any user filtering on parent_item_type will effectively be retrieving the full set of parent processes described by the view.
Underlying Base Objects
The view text indicates that AMW_ORG_RELATIONS_V is built over two principal sources:
- AMW_PROCESS_ORG_RELATIONS (APOR) – the base table holding the actual parent/child process mapping, providing PARENT_PROCESS_ID, CHILD_PROCESS_ID, and INSTANCE_ID.
- AMW_PROCESS_ORG_BASICINFO_V (APOBV1 / APOBV2) – a supporting view joined twice (aliased APOBV1 for parent, APOBV2 for child) to supply descriptive attributes such as process name, organization, owner, and certification status.
Additional logic is supplied through calls to AMW_WF_HIERARCHY_PKG.FIND_TRANSITION_ORDER and AMW_UTILITY_PVT.GET_PROC_ORG_OPINION_STATUS, which compute transition ordering and certification status respectively. The metadata does not enumerate further base tables.
Key Columns
The view returns a rich set of columns that blend relationship identifiers with descriptive process information:
- PARENT_PROCESS_NAME / CHILD_PROCESS_NAME – display names for the parent and child audit processes.
- PARENT_ITEM_TYPE / CHILD_ITEM_TYPE – workflow item types, both hard-coded to
'AUDITMGR'. - PARENT_PROCESS_ID / CHILD_PROCESS_ID / INSTANCE_ID – identifying keys linking the two processes.
- TRANSITION_REVERSE_ORDER – computed ordering value returned by the hierarchy package.
- ORG_ID / ORG_NAME / PROCESS_ORG_ID – organization-level context for the child process.
- PROCESS_DISPLAY_NAME, NAME, ITEM_TYPE, PROCESS_ID – further descriptive attributes of the process.
- SIGNIFICANT_PROCESS_FLAG, STANDARD_PROCESS_FLAG – classification flags.
- APPROVAL_STATUS, RISK_COUNT, CONTROL_COUNT – status and counts of related risks and controls.
- PROCESS_OWNER_ID / PROCESS_OWNER_NAME – ownership information.
- CERTIFICATION_STATUS_CODE / CERTIFICATION_STATUS – raw code and computed certification status.
- URLSTRING, RISKCNTURL, CTRLCNTURL – dynamically constructed OA Framework URLs for navigating to process details, risk counts, and control counts.
Common Use Cases and Queries
A frequent scenario involves locating all parent processes of item type AUDITMGR, which the user targeted with the search term parent_item_type:
SELECT parent_process_name,
child_process_name,
org_name,
certification_status
FROM apps.amw_org_relations_v
WHERE parent_item_type = 'AUDITMGR';
Because the item type is a constant, the WHERE clause can be omitted, but retaining it preserves clarity when the query is copied between environments or extended with joins to other AMW objects. Other practical uses include identifying all children under a given parent process, extracting the navigation URLs for embedding in custom OAF or JSP pages, and reporting on certification coverage across organizations using CERTIFICATION_STATUS alongside ORG_NAME. The view is also well suited to building hierarchical audit-process reports when joined with risk or control count aggregates.
-
View: AMW_ORG_RELATIONS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_ORG_RELATIONS_V, object_name:AMW_ORG_RELATIONS_V, status:VALID, product: AMW - Internal Controls Manager , description: Stores Information of organization relations , implementation_dba_data: APPS.AMW_ORG_RELATIONS_V ,
-
View: AMW_ORG_HIERARCHY_ENTITIES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_ORG_HIERARCHY_ENTITIES_V, object_name:AMW_ORG_HIERARCHY_ENTITIES_V, status:VALID, product: AMW - Internal Controls Manager , description: Obsolete , implementation_dba_data: APPS.AMW_ORG_HIERARCHY_ENTITIES_V ,
-
View: AMW_PROCESS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_ALL_VL, object_name:AMW_PROCESS_ALL_VL, status:VALID, product: AMW - Internal Controls Manager , description: Obsolete , implementation_dba_data: APPS.AMW_PROCESS_ALL_VL ,
-
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_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: 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_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.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_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_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_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_BASICINFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_BASICINFO_V, object_name:AMW_PROCESS_BASICINFO_V, status:VALID, product: AMW - Internal Controls Manager , description: This view returns basic information about Process , implementation_dba_data: APPS.AMW_PROCESS_BASICINFO_V ,
-
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 ,
-
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_PROCESS_ORG_BASICINFO_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_ORG_BASICINFO_V, object_name:AMW_PROCESS_ORG_BASICINFO_V, status:VALID, product: AMW - Internal Controls Manager , description: This view returns Basic information about Process Organization , implementation_dba_data: APPS.AMW_PROCESS_ORG_BASICINFO_V ,