Search Results amw_control_objectives_pk
Overview
The AMW_CONTROL_OBJECTIVES table is a core data object within the Oracle E-Business Suite (EBS) module AMW (Internal Controls Manager). Its primary function is to establish and store the many-to-many relationships between controls and control objectives. In the context of governance, risk, and compliance (GRC) processes, a control objective defines a specific goal for internal control, while a control is the specific procedure or policy implemented to achieve that objective. This table acts as the junction table that links these two critical entities, enabling the structured design, assessment, and reporting of an organization's internal control framework within Oracle EBS.
Key Information Stored
The table's structure is designed to manage the relationship between a control and the objectives it satisfies. The primary key, CONTROL_OBJECTIVE_ID, uniquely identifies each specific relationship record. The most critical foreign key column is CONTROL_REV_ID, which links to the AMW_CONTROLS_B table. This connection ties the relationship to a specific, versioned control definition. While the provided metadata does not explicitly list the column for the objective, standard junction table design dictates the presence of a foreign key column (e.g., OBJECTIVE_ID or similar) linking to the master table for control objectives (commonly AMW_OBJECTIVES_B). This table is essential for answering which controls support a given objective and, conversely, which objectives a particular control helps to mitigate.
Common Use Cases and Queries
This table is central to compliance reporting and control framework analysis. A frequent use case is generating a matrix report detailing the coverage of control objectives by existing controls, which is vital for audit readiness and identifying control gaps. Common SQL queries involve joining this table with the control and objective master tables. For example, to list all controls linked to a specific objective, one would query: SELECT c.control_name FROM amw_controls_b c, amw_control_objectives co WHERE c.control_rev_id = co.control_rev_id AND co.objective_id = &OBJECTIVE_ID;. Conversely, to audit the objectives addressed by a specific control, the join would be reversed. Analysts also use this data to assess the impact of a control deficiency, as it identifies all objectives potentially compromised.
Related Objects
- AMW_CONTROLS_B: This is the primary master table for control definitions. The AMW_CONTROL_OBJECTIVES table has a foreign key (CONTROL_REV_ID) referencing this table, establishing the "control" side of the relationship.
- AMW_OBJECTIVES_B: Although not explicitly listed in the provided metadata, this is the standard master table for control objectives in the AMW module. The AMW_CONTROL_OBJECTIVES table must contain a foreign key column referencing AMW_OBJECTIVES_B to complete the relationship.
- AMW_CONTROL_OBJECTIVES_PK: The primary key constraint on the CONTROL_OBJECTIVE_ID column, ensuring the uniqueness of each control-objective association.
-
Table: AMW_CONTROL_OBJECTIVES
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONTROL_OBJECTIVES, object_name:AMW_CONTROL_OBJECTIVES, status:VALID, product: AMW - Internal Controls Manager , description: Stores relations between control and objectives , implementation_dba_data: AMW.AMW_CONTROL_OBJECTIVES ,
-
Table: AMW_CONTROL_OBJECTIVES
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores relations between control and objectives , implementation_dba_data: Not implemented in this database ,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,