Search Results process_org_id
Overview
AMW_ORG_HIERARCHY_ENTITIES_V is a view in the APPS schema that belongs to the AMW – Internal Controls Manager product within Oracle E-Business Suite 12.1.1 and 12.2.2. The ETRM metadata classifies this object with the status VALID and the description "Obsolete." Despite its valid dictionary state, the view is explicitly documented as obsolete, meaning it is retained only for backward compatibility with any dependent code, reports, or integration points that may still reference the object name. It returns no production data.
The view name suggests a historical role in exposing organization hierarchy entities, such as processes, risks, and controls, associated with Internal Controls Manager hierarchies. The presence of the column PROCESS_DISPLAY_NAME indicates the view was once used to present a user-facing label for a process entity, likely for hierarchical or reporting displays. In its current form, however, it serves as a null placeholder rather than a functional data source.
Underlying Base Objects
The documented view text defines AMW_ORG_HIERARCHY_ENTITIES_V as a single SELECT from DUAL. No base tables or other views are referenced. Every projected column is a literal NULL, cast to the appropriate type where needed via TO_NUMBER(NULL). The ETRM metadata confirms that no base objects are documented for this view.
Because the definition selects from DUAL, the view returns exactly one row containing all-null values. It does not read from any underlying Internal Controls Manager tables, nor does it join to organization, process, or hierarchy data. Any historical dependency on base tables has been removed, consistent with the "Obsolete" designation. From a dependency-tracking perspective, the view is isolated: it neither depends on nor exposes real application data.
Key Columns
The view exposes nineteen columns, all of which resolve to NULL at runtime:
- PROCESS_ORG_ID, ORG_ID – Numeric identifiers that formerly linked a process entity to an organization unit.
- ORG_NAME – The organization name associated with the hierarchy entity.
- PROCESS_DISPLAY_NAME – The display label for the process; relevant to the user's search term and historically used in hierarchy presentations.
- PROCESS_ID, NAME – The process identifier and its descriptive name.
- ITEM_TYPE – A classifier distinguishing the entity type within the hierarchy.
- SIGNIFICANT_PROCESS_FLAG, STANDARD_PROCESS_FLAG – Flags indicating whether the process is significant or standard in the internal controls context.
- APPROVAL_STATUS – The workflow or approval state of the entity.
- RISK_COUNT, CONTROL_COUNT – Aggregated counts of associated risks and controls.
- PROCESS_OWNER_ID, PROCESS_OWNER_NAME – The owner of the process and the owner's display name.
- CERTIFICATION_STATUS_CODE, CERTIFICATION_STATUS – Certification state information for the process.
- URLSTRING, RISKCNTURL, CTRLCNTURL – Navigation or drill-down URL components used by the application interface.
None of these columns carry data in the current release, so they cannot be relied upon for functional queries or reports.
Common Use Cases and Queries
Because the view is obsolete and returns only nulls, it has no legitimate reporting or integration use case in 12.1.1 or 12.2.2. It should not be used to retrieve process hierarchy data, process display names, risk counts, control counts, ownership information, or certification status.
A query against the view succeeds but yields no meaningful output:
SELECT process_display_name, name, risk_count FROM apps.amw_org_hierarchy_entities_v;
This returns one row in which every column is NULL. Developers who encounter this view while tracing a legacy report or integration should treat it as a dead-end object and locate the current replacement view or table that provides organization hierarchy entity data within Internal Controls Manager. Any code still referencing AMW_ORG_HIERARCHY_ENTITIES_V should be reviewed and migrated to the supported data source, since reliance on this obsolete definition will produce empty result sets and may indicate broader compatibility cleanup work.
-
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: APPS.AMW_ORG_HIERARCHY_ENTITIES_V
12.1.1
-
View: AMW_ORG_HIERARCHY_ENTITIES_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Obsolete , implementation_dba_data: Not implemented in this database ,
-
View: AMW_ORG_RELATIONS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores Information of organization relations , implementation_dba_data: Not implemented in this database ,
-
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: APPS.AMW_WF_ORG_HIERARCHY_MAIN_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: APPS.AMW_ORG_RELATIONS_V
12.1.1
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
VIEW: APPS.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,
-
TABLE: AMW.AMW_RISK_ASSOCIATIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_RISK_ASSOCIATIONS, object_name:AMW_RISK_ASSOCIATIONS, status:VALID,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,