Search Results amw_violation_users
Overview
The AMW_VIOLATION_USERS table is a core data object within the now-obsolete AMW (Internal Controls Manager) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. Its primary role was to serve as a junction table, systematically linking specific user-level violators to their corresponding control violations. This table was essential for the detailed tracking and reporting of compliance breaches at an individual user level, enabling auditors and control owners to identify precisely which users were associated with which policy violations. The designation of the AMW module as obsolete indicates that while the table may physically exist in legacy EBS databases, its associated application functionality is no longer under active development or enhancement by Oracle.
Key Information Stored
Based on the provided metadata, the table's structure centers on a primary key and a critical foreign key relationship. The most important columns are:
- USER_VIOLATION_ID: The primary key column (AMW_VIOLATION_USERS_PK) that uniquely identifies each user-violation association record within this table.
- VIOLATION_ID: A foreign key column that links each record to a specific violation defined in the parent AMW_VIOLATIONS table. This establishes the core relationship between a user and the control violation instance.
While the ETRM excerpt does not list additional descriptive columns, typical data in such a table would likely include identifiers for the user (e.g., USER_ID) and potentially timestamps or status flags related to the user's specific association with the violation.
Common Use Cases and Queries
This table was primarily used for detailed compliance analysis and audit reporting. A common use case involved generating a report listing all users implicated in a particular set of control violations, or conversely, listing all violations associated with a specific user for a user access review. Sample SQL queries would typically join this table to the violation master and user detail tables. For example, to list users for a specific violation, a query might follow this pattern:
- SELECT vu.USER_VIOLATION_ID, vu.VIOLATION_ID, u.USER_NAME FROM AMW_VIOLATION_USERS vu, AMW_VIOLATIONS v, FND_USER u WHERE vu.VIOLATION_ID = v.VIOLATION_ID AND vu.USER_ID = u.USER_ID AND v.VIOLATION_ID = :p_violation_id;
It is critical to note that the provided metadata states this table is "Not implemented in this database," which may indicate that in some specific EBS instances, this table was not populated or was part of an unimplemented feature set.
Related Objects
The AMW_VIOLATION_USERS table sits within a defined relational hierarchy in the AMW schema, as evidenced by its foreign key constraints.
- Parent Table (Referenced by Foreign Key):
- AMW_VIOLATIONS: Linked via the column AMW_VIOLATION_USERS.VIOLATION_ID. This is the master table for control violation records.
- Child Table (References this Table):
- AMW_VIOLAT_USER_ENTRIES: References this table via the column AMW_VIOLAT_USER_ENTRIES.USER_VIOLATION_ID. This suggests a further normalization where detailed entry-level information for a user's violation is stored separately.
-
Table: AMW_VIOLATION_USERS
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores information of violators for each violation , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_VIOLATION_USERS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_VIOLATION_USERS, object_name:AMW_VIOLATION_USERS, status:VALID, product: AMW - Internal Controls Manager , description: Stores information of violators for each violation , implementation_dba_data: AMW.AMW_VIOLATION_USERS ,
-
APPS.AMW_VIOLATION_USERS_PKG dependencies on AMW_VIOLATION_USERS
12.1.1
-
APPS.AMW_CONSTRAINT_PVT dependencies on AMW_VIOLATION_USERS
12.1.1
-
APPS.AMW_LOAD_SOD_DATA dependencies on AMW_VIOLATION_USERS
12.1.1
-
APPS.AMW_VIOLATION_USERS_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_VIOLATION_USERS_PKG
12.1.1
-
APPS.AMW_LOAD_SOD_DATA dependencies on AMW_VIOLATIONS
12.1.1
-
SYNONYM: APPS.AMW_VIOLATION_USERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_VIOLATION_USERS, status:VALID,
-
APPS.AMW_CONSTRAINT_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.AMW_CONSTRAINT_PVT dependencies on AMW_VIOLATIONS
12.1.1
-
Table: AMW_VIOLAT_USER_ENTRIES
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_VIOLAT_USER_ENTRIES, object_name:AMW_VIOLAT_USER_ENTRIES, status:VALID, product: AMW - Internal Controls Manager , description: Stores details of violated item for each violator , implementation_dba_data: AMW.AMW_VIOLAT_USER_ENTRIES ,
-
TABLE: AMW.AMW_VIOLATION_USERS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_VIOLATION_USERS, object_name:AMW_VIOLATION_USERS, status:VALID,
-
Table: AMW_VIOLATIONS
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores information for each constraint violation check request , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_VIOLATIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_VIOLATIONS, object_name:AMW_VIOLATIONS, status:VALID, product: AMW - Internal Controls Manager , description: Stores information for each constraint violation check request , implementation_dba_data: AMW.AMW_VIOLATIONS ,
-
APPS.AMW_CONSTRAINT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_VIOLATION_USERS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_VIOLATION_USERS_PKG, status:VALID,
-
Table: AMW_VIOLAT_USER_ENTRIES
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores details of violated item for each violator , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_CONSTRAINT_PVT dependencies on AMW_CONSTRAINT_ENTRIES
12.1.1
-
PACKAGE BODY: APPS.AMW_CONSTRAINT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_CONSTRAINT_PVT, status:VALID,
-
PACKAGE BODY: APPS.AMW_LOAD_SOD_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_LOAD_SOD_DATA, status:VALID,
-
APPS.AMW_LOAD_SOD_DATA dependencies on AMW_VIOLAT_USER_ENTRIES
12.1.1
-
APPS.AMW_CONSTRAINT_PVT dependencies on AMW_VIOLAT_USER_ENTRIES
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.AMW_LOAD_SOD_DATA dependencies on AMW_CONSTRAINTS_VL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.AMW_VIOLATION_USERS_PKG
12.1.1
-
APPS.AMW_CONSTRAINT_PVT dependencies on AMW_USER_VIOLATION_S
12.1.1
-
PACKAGE BODY: APPS.AMW_CONSTRAINT_PVT
12.1.1
-
APPS.AMW_LOAD_SOD_DATA SQL Statements
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_CONSTRAINT_PVT dependencies on FND_FILE
12.1.1
-
PACKAGE BODY: APPS.AMW_LOAD_SOD_DATA
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 ,
-
12.1.1 DBA Data
12.1.1