Search Results amw_constraints_b
Overview
The AMW_CONSTRAINTS_B table is a core data object within the AMW (Internal Controls Manager) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for Segregation of Duties (SoD) constraint definitions. These constraints are formal business rules designed to mitigate risk by preventing a single user from performing incompatible combinations of functions or responsibilities within the application. The table's role is foundational to the Internal Controls Manager's ability to define, manage, and subsequently identify violations of these critical security and compliance policies.
Key Information Stored
As a base table, AMW_CONSTRAINTS_B holds the essential metadata for each SoD constraint. Its primary key, CONSTRAINT_REV_ID, uniquely identifies each constraint revision, supporting versioning and auditability of rule changes over time. While the full column list is not detailed in the provided metadata, typical columns in such a table would include fields for the constraint name, a detailed description, its current status (e.g., 'Active', 'Inactive'), effective dates, and identifiers for the owning organization or risk model. The presence of a revision ID in the primary key suggests the table is designed to maintain a history of constraint modifications.
Common Use Cases and Queries
The primary use case is the administration and analysis of SoD controls. Common operational and reporting queries involve listing all active constraints, identifying constraints associated with specific risks, or auditing constraint changes. For instance, to retrieve a basic list of constraints, a query would join with descriptive tables (like AMW_CONSTRAINTS_TL for translated names) using the CONSTRAINT_REV_ID. The table is also central to the violation detection engine; the system cross-references user assignments against the rules stored here to populate the AMW_VIOLATIONS table. A typical analytical query might join AMW_CONSTRAINTS_B to AMW_VIOLATIONS to report on all violations by constraint name and severity.
Related Objects
AMW_CONSTRAINTS_B has defined foreign key relationships with several other critical AMW tables, establishing its role as a parent entity. The documented relationships are:
- AMW_CONSTRAINT_ENTRIES: This table references AMW_CONSTRAINTS_B via the column AMW_CONSTRAINT_ENTRIES.CONSTRAINT_REV_ID. It stores the individual function or responsibility entries that make up the incompatible combinations defined in the parent constraint.
- AMW_VIOLATIONS: This table references AMW_CONSTRAINTS_B via the column AMW_VIOLATIONS.CONSTRAINT_REV_ID. It records instances where a user's assigned permissions breach a specific constraint, directly linking each violation to the rule that was violated.
These relationships form the core data model for defining a constraint (via entries) and reporting its breaches (via violations).
-
Table: AMW_CONSTRAINTS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONSTRAINTS_B, object_name:AMW_CONSTRAINTS_B, status:VALID, product: AMW - Internal Controls Manager , description: Holds information of Segregation of Duties Constraints , implementation_dba_data: AMW.AMW_CONSTRAINTS_B ,
-
Table: AMW_CONSTRAINTS_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Holds information of Segregation of Duties Constraints , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_CONSTRAINT_PVT dependencies on AMW_CONSTRAINTS_B
12.1.1
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on AMW_CONSTRAINTS_B
12.1.1
-
APPS.AMW_CONSTRAINTS_PKG dependencies on AMW_CONSTRAINTS_B
12.1.1
-
APPS.AMW_VIOLATION_PUB dependencies on AMW_CONSTRAINTS_B
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMW_CONSTRAINTS_B
12.1.1
-
APPS.AMW_VIOLATION_PVT dependencies on AMW_CONSTRAINTS_B
12.1.1
-
APPS.AMW_PARTY_MERGE_PKG dependencies on AMW_CONSTRAINTS_B
12.1.1
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on AMW_CONSTRAINTS_TL
12.1.1
-
APPS.AMW_VIOLATION_PVT dependencies on AMW_VIOLATION_PVT
12.1.1
-
APPS.AMW_CONSTRAINTS_PKG dependencies on AMW_CONSTRAINTS_TL
12.1.1
-
SYNONYM: APPS.AMW_CONSTRAINTS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_CONSTRAINTS_B, status:VALID,
-
APPS.AMW_CONSTRAINT_PVT dependencies on AMW_CONSTRAINT_SET_DETAILS
12.1.1
-
VIEW: APPS.AMW_CONSTRAINTS_VL
12.1.1
-
APPS.AMW_CONSTRAINTS_PKG SQL Statements
12.1.1
-
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_LOAD_CONSTRAINT_DATA SQL Statements
12.1.1
-
Table: AMW_CONSTRAINTS_TL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Holds name and description information for AMW_CONSTRAINTS_B , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on FND_FILE
12.1.1
-
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_CONSTRAINTS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONSTRAINTS_TL, object_name:AMW_CONSTRAINTS_TL, status:VALID, product: AMW - Internal Controls Manager , description: Holds name and description information for AMW_CONSTRAINTS_B , implementation_dba_data: AMW.AMW_CONSTRAINTS_TL ,
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on FND_GLOBAL
12.1.1
-
PACKAGE BODY: APPS.AMW_PARTY_MERGE_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PARTY_MERGE_PKG, status:VALID,
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on DUAL
12.1.1
-
PACKAGE BODY: APPS.AMW_PARTY_MERGE_PKG
12.1.1
-
PACKAGE BODY: APPS.AMW_CONSTRAINTS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_CONSTRAINTS_PKG, status:VALID,
-
Table: AMW_CONSTRAINT_ENTRIES
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONSTRAINT_ENTRIES, object_name:AMW_CONSTRAINT_ENTRIES, status:VALID, product: AMW - Internal Controls Manager , description: Holds the details of the incompatible functions defined in a constraint. The OBJECT_TYPE:FUNCTION_ID is used to identify the type of the incompatible function defined for a constraint. The possible combinations are 1. FUNC : function id - , implementation_dba_data: AMW.AMW_CONSTRAINT_ENTRIES ,
-
APPS.AMW_PARTY_MERGE_PKG SQL Statements
12.1.1
-
Table: AMW_CONSTRAINT_ENTRIES
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Holds the details of the incompatible functions defined in a constraint. The OBJECT_TYPE:FUNCTION_ID is used to identify the type of the incompatible function defined for a constraint. The possible combinations are 1. FUNC : function id - , implementation_dba_data: Not implemented in this database ,
-
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_VIOLATION_PUB
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_VIOLATION_PUB, status:VALID,
-
View: AMW_CONSTRAINTS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CONSTRAINTS_VL, object_name:AMW_CONSTRAINTS_VL, status:VALID, product: AMW - Internal Controls Manager , description: this view returns information about constraint , implementation_dba_data: APPS.AMW_CONSTRAINTS_VL ,
-
PACKAGE BODY: APPS.AMW_CONSTRAINTS_PKG
12.1.1
-
PACKAGE BODY: APPS.AMW_VIOLATION_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_VIOLATION_PVT, status:VALID,
-
View: AMW_CONSTRAINTS_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: this view returns information about constraint , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMW_LOAD_CONSTRAINT_DATA
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_LOAD_CONSTRAINT_DATA, status:VALID,
-
PACKAGE: APPS.AMW_CONSTRAINTS_PKG
12.1.1
-
TABLE: AMW.AMW_CONSTRAINTS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONSTRAINTS_B, object_name:AMW_CONSTRAINTS_B, status:VALID,
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on AMW_CONSTRAINT_REV_S
12.1.1
-
TABLE: AMW.AMW_CONSTRAINTS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONSTRAINTS_TL, object_name:AMW_CONSTRAINTS_TL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMW_VIOLATIONS
12.1.1
-
APPS.HZ_PURGE_GEN dependencies on AMW_AP_EXECUTIONS
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
APPS.AMW_LOAD_CONSTRAINT_DATA dependencies on AMW_UTILITY_PVT
12.1.1
-
APPS.AMW_VIOLATION_PVT SQL Statements
12.1.1
-
PACKAGE: APPS.AMW_LOAD_CONSTRAINT_DATA
12.1.1