Search Results child_control_count
Overview
The view APPS.AMW_LEGAL_HIER_V exposes the legal hierarchy of a company's value sets as used by the Oracle E-Business Suite (EBS) Enterprise Governance, Risk, and Compliance (EGRC) / Audit Management module (AMW). It presents a flattened representation of the parent-child relationships defined between flex values in a Key Flexfield value set, specifically those value sets configured as subsidiaries for audit units. The view is central to legal-entity hierarchy reporting used by the Audit Management workbench, where users navigate from a parent company value down through its subsidiary companies.
Because the hierarchy is derived from the standard FND flex value infrastructure, the view serves as an integration point between EBS General Ledger value sets and the EGRC data model. It is a UNION query designed to emit both root values (companies with no parent) and child values (companies nested beneath a parent), while also flagging each row with a LINE_TYPE of 'COMPANY'.
Underlying Base Objects
The view is defined over the following FND foundation objects:
FND_FLEX_VALUES_VL— supplies the enabled flex values, their descriptions, and their value IDs for both parent and child roles.FND_FLEX_VALUE_CHILDREN_V— supplies the parent-child relationship pairs (PARENT_FLEX_VALUE/FLEX_VALUE) used to build the child rows.AMW_AUDIT_UNITS_V— referenced in subqueries to identify the distinct subsidiary value sets (SUBSIDIARY_VALUESET) against which the hierarchy is scoped.
No base tables are documented as directly referenced by the ETRM metadata; the view operates entirely through these FND views and the AMW audit-units view.
Key Columns
FLEX_VALUE_SET_ID— identifies the value set to which the hierarchy belongs.PARENT_VALUE/PARENT_ID/PARENT_DISPLAY_NAME— the parent flex value, its internal ID, and description; null for root rows.CHILD_VALUE/CHILD_ID/CHILD_DISPLAY_NAME— the child (or root) flex value and its identifiers.LINE_TYPE— hard-coded to'COMPANY'for every row.CHILD_ORDER_NUMBER— reserved column projected as NULL in this definition; it corresponds to the ordering attribute that users query under the term "child_order_number".- Additional audit-oriented columns (
CHILD_PROCESS_ID,CHILD_CONTROL_COUNT,CHILD_RISK_COUNT,CHILD_APPROVAL_STATUS,CHILD_CERTIFICATION_STATUS, and others) are all projected as NULL in this view definition.
Common Use Cases and Queries
Typical usage retrieves the legal hierarchy for a given subsidiary value set, or resolves the parent of a specific child company. Because CHILD_ORDER_NUMBER is exposed (though currently null), callers who filter or sort on that column will receive consistent structural results.
Sample query for all company rows in a value set:
SELECT child_value, child_display_name, parent_value, line_type FROM apps.amw_legal_hier_v WHERE flex_value_set_id = :set_id ORDER BY parent_value, child_order_number;
Sample query for root companies only:
SELECT child_value, child_display_name FROM apps.amw_legal_hier_v WHERE flex_value_set_id = :set_id AND parent_value IS NULL;
These patterns support legal-entity roll-up reporting, subsidiary selection in audit scheduling, and hierarchical prompting in the EGRC user interface.
-
VIEW: APPS.AMW_LEGAL_HIER_V
12.1.1
-
VIEW: APPS.AMW_MANAG_HIER_V
12.1.1
-
View: AMW_LEGAL_HIER_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for Organizations Legal hierarchy , implementation_dba_data: Not implemented in this database ,
-
View: AMW_MANAG_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_MANAG_HIER_V, object_name:AMW_MANAG_HIER_V, status:VALID, product: AMW - Internal Controls Manager , description: View for Organizations Managerial hierarchy. , implementation_dba_data: APPS.AMW_MANAG_HIER_V ,
-
View: AMW_CURR_APP_HIERARCHY_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURR_APP_HIERARCHY_ORG_V, object_name:AMW_CURR_APP_HIERARCHY_ORG_V, status:VALID, product: AMW - Internal Controls Manager , description: View for approved organizations process hierarchy , implementation_dba_data: APPS.AMW_CURR_APP_HIERARCHY_ORG_V ,
-
View: AMW_CURR_APP_HIERARCHY_RL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURR_APP_HIERARCHY_RL_V, object_name:AMW_CURR_APP_HIERARCHY_RL_V, status:VALID, product: AMW - Internal Controls Manager , description: View for risk library approved process hierarchy , implementation_dba_data: APPS.AMW_CURR_APP_HIERARCHY_RL_V ,
-
VIEW: APPS.AMW_CURR_APP_HIERARCHY_RL_V
12.1.1
-
View: AMW_LEGAL_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LEGAL_HIER_V, object_name:AMW_LEGAL_HIER_V, status:VALID, product: AMW - Internal Controls Manager , description: View for Organizations Legal hierarchy , implementation_dba_data: APPS.AMW_LEGAL_HIER_V ,
-
View: AMW_MANAG_HIER_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for Organizations Managerial hierarchy. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_CURR_APP_HIERARCHY_ORG_V
12.1.1
-
View: AMW_CURR_APP_HIERARCHY_ORG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for approved organizations process hierarchy , implementation_dba_data: Not implemented in this database ,
-
View: AMW_CUSTOM_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CUSTOM_HIER_V, object_name:AMW_CUSTOM_HIER_V, status:VALID, product: AMW - Internal Controls Manager , description: View for Organizations Custom hierarchy , implementation_dba_data: APPS.AMW_CUSTOM_HIER_V ,
-
View: AMW_CUSTOM_HIER_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for Organizations Custom hierarchy , implementation_dba_data: Not implemented in this database ,
-
View: AMW_CURR_APP_HIERARCHY_RL_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for risk library approved process hierarchy , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_LEGAL_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LEGAL_HIER_V, object_name:AMW_LEGAL_HIER_V, status:VALID,
-
VIEW: APPS.AMW_MANAG_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_MANAG_HIER_V, object_name:AMW_MANAG_HIER_V, status:VALID,
-
VIEW: APPS.AMW_CUSTOM_HIER_V
12.1.1
-
VIEW: APPS.AMW_LATEST_HIERARCHY_RL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LATEST_HIERARCHY_RL_V, object_name:AMW_LATEST_HIERARCHY_RL_V, status:VALID,
-
View: AMW_LATEST_HIERARCHY_RL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LATEST_HIERARCHY_RL_V, object_name:AMW_LATEST_HIERARCHY_RL_V, status:VALID, product: AMW - Internal Controls Manager , description: View for risk library process latest hierarchy , implementation_dba_data: APPS.AMW_LATEST_HIERARCHY_RL_V ,
-
VIEW: APPS.AMW_CURR_APP_HIERARCHY_RL_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURR_APP_HIERARCHY_RL_V, object_name:AMW_CURR_APP_HIERARCHY_RL_V, status:VALID,
-
View: AMW_LATEST_HIERARCHY_RL_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for risk library process latest hierarchy , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_CUSTOM_HIER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CUSTOM_HIER_V, object_name:AMW_CUSTOM_HIER_V, status:VALID,
-
VIEW: APPS.AMW_CURR_APP_HIERARCHY_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURR_APP_HIERARCHY_ORG_V, object_name:AMW_CURR_APP_HIERARCHY_ORG_V, status:VALID,
-
VIEW: APPS.AMW_LATEST_HIERARCHY_RL_V
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 ,