Search Results responsibility
Overview
The AMW_VIOLATION_RESP table is a core data repository within the Oracle E-Business Suite (EBS) Application Management Pack (AMW), specifically for the Internal Controls Manager (ICM) product. Its primary role is to store detailed information about responsibility-level violations identified during compliance and segregation of duties (SoD) analysis. When a predefined control or constraint is violated by a user's assigned responsibilities, a master violation record is created, and this table captures the specific responsibility or role that caused that violation. It is essential for tracking, managing, and remediating access control issues in EBS releases 12.1.1 and 12.2.2.
Key Information Stored
The table's columns are designed to link a responsibility to a broader violation, record its status, and maintain audit trails. The most critical columns include:
- RESP_VIOLATION_ID: The unique primary key identifier for the responsibility violation record.
- VIOLATION_ID: A foreign key linking to the master violation record in a related AMW violation table (e.g., AMW_VIOLATIONS).
- RESPONSIBILITY_ID & APPLICATION_ID: Together, these identify the specific EBS responsibility (from FND_RESPONSIBILITY) that is in violation.
- ROLE_NAME: Stores the name of the role or responsibility that violates the constraint.
- WAIVED_FLAG: Indicates ('Y' or 'N') if the violation has been formally waived or accepted as a business risk.
- CORRECTED_FLAG: Indicates ('Y' or 'N') if the violation has been remediated, typically by removing the conflicting responsibility assignment.
- Standard WHO Columns (CREATED_BY, LAST_UPDATED_BY, etc.): Provide audit information on who created or last modified the record.
Common Use Cases and Queries
This table is central to compliance reporting and remediation workflows. A common use case is generating a report of all active, non-waived violations for a specific responsibility to guide user access reviews. Administrators frequently query this table to monitor the status of corrections or to identify responsibilities that are frequent contributors to SoD conflicts. A typical query pattern involves joining with the master violations table and responsibility tables for a comprehensive view.
Sample Query: List all uncorrected responsibility violations with details:
SELECT vr.ROLE_NAME,
vr.RESPONSIBILITY_ID,
vr.APPLICATION_ID,
vr.VIOLATION_ID,
vr.WAIVED_FLAG
FROM AMW.AMW_VIOLATION_RESP vr
WHERE vr.CORRECTED_FLAG = 'N'
OR vr.CORRECTED_FLAG IS NULL
ORDER BY vr.ROLE_NAME;
Related Objects
While the provided metadata shows no explicit dependencies, logical and functional relationships exist with several key EBS objects. The table is intrinsically linked to the master AMW_VIOLATIONS table via the VIOLATION_ID column. It references the FND_RESPONSIBILITY table through the RESPONSIBILITY_ID and APPLICATION_ID columns to resolve the responsibility name and application. Data in this table is populated and managed by the underlying AMW engine and is typically accessed via the Internal Controls Manager application interface or custom reports built upon the AMW data model.
-
Lookup Type: RESPONSIBILITY
12.2.2
product: AR - Receivables , meaning: Responsibility , description: Possible responsibilities for the primary customer contact ,
-
Lookup Type: RESPONSIBILITY
12.1.1
product: AR - Receivables , meaning: Responsibility , description: Possible responsibilities for the primary customer contact ,
-
Lookup Type: RESPONSIBILITY TYPE
12.2.2
product: PA - Projects , meaning: Responsibility Type , description: Responsibility Type ,
-
Lookup Type: RESPONSIBILITY TYPE
12.1.1
product: PA - Projects , meaning: Responsibility Type , description: Responsibility Type ,
-
APPS.GR_FIELD_NAME_CLASSES_PUB dependencies on FND_RESPONSIBILITY
12.2.2
-
APPS.INV_EBI_ITEM_PUB dependencies on FND_GLOBAL
12.2.2
-
APPS.GR_FIELD_NAME_CLASSES_PUB dependencies on FND_RESPONSIBILITY_VL
12.2.2
-
APPS.ASO_UTILITY_PVT dependencies on FND_GLOBAL
12.2.2
-
APPS.ASO_UTILITY_PVT dependencies on FND_GLOBAL
12.1.1
-
APPS.WSH_ITM_ASYN_MSGMAP_ASSISTANT dependencies on FND_GLOBAL
12.2.2
-
APPS.WSH_ITM_ASYN_MSGMAP_ASSISTANT dependencies on FND_GLOBAL
12.1.1
-
Lookup Type: IBU_CF_CONTEXT_TYPE
12.2.2
product: IBU - iSupport , meaning: iSupport Configuration Context Types , description: iSupport Configuration Context Types ,
-
Lookup Type: IBU_CF_CONTEXT_TYPE
12.1.1
product: IBU - iSupport , meaning: iSupport Configuration Context Types , description: iSupport Configuration Context Types ,
-
APPS.IRC_PARTY_API dependencies on FND_USER_RESP_GROUPS_API
12.1.1
-
APPS.INV_EBI_CHANGE_ORDER_PUB dependencies on FND_GLOBAL
12.2.2
-
TABLE: AMW.AMW_VIOLATION_RESP
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_VIOLATION_RESP, object_name:AMW_VIOLATION_RESP, status:VALID,
-
APPS.IRC_PARTY_API dependencies on FND_USER_RESP_GROUPS_API
12.2.2
-
APPS.IRC_PARTY_API dependencies on FND_USER_RESP_GROUPS
12.1.1
-
APPS.IRC_PARTY_API dependencies on FND_USER_RESP_GROUPS
12.2.2
-
APPS.PER_IREC_ICD_ENRLL_PROCESS dependencies on FND_GLOBAL
12.2.2
-
APPS.PER_IREC_ICD_ENRLL_PROCESS dependencies on FND_GLOBAL
12.1.1
-
TABLE: PV.PV_ATTRIB_RESP_MAPPINGS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIB_RESP_MAPPINGS, object_name:PV_ATTRIB_RESP_MAPPINGS, status:VALID,
-
TABLE: PV.PV_ATTRIB_RESP_MAPPINGS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_ATTRIB_RESP_MAPPINGS, object_name:PV_ATTRIB_RESP_MAPPINGS, status:VALID,
-
APPS.HR_USER_ACCT_UTILITY dependencies on FND_RESPONSIBILITY
12.1.1
-
APPS.IEX_COLLECTORS_TO_RESOURCE dependencies on FND_FILE
12.1.1
-
PACKAGE: APPS.HR_USER_ACCT_UTILITY
12.1.1
-
APPS.HR_USER_ACCT_UTILITY dependencies on FND_RESPONSIBILITY
12.2.2
-
TABLE: APPLSYS.FND_LOGIN_RESPONSIBILITIES
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGIN_RESPONSIBILITIES, object_name:FND_LOGIN_RESPONSIBILITIES, status:VALID,
-
APPS.IEX_COLLECTORS_TO_RESOURCE dependencies on FND_FILE
12.2.2
-
TABLE: APPLSYS.FND_LOGIN_RESPONSIBILITIES
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_LOGIN_RESPONSIBILITIES, object_name:FND_LOGIN_RESPONSIBILITIES, status:VALID,
-
APPS.FUN_RULE_PUB dependencies on FND_GLOBAL
12.2.2
-
VIEW: AK.AK_MULTIORG_VALIDATION_TEMP#
12.2.2
-
TABLE: APPLSYS.FND_RESPONSIBILITY
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY, object_name:FND_RESPONSIBILITY, status:VALID,
-
TABLE: APPLSYS.FND_RESPONSIBILITY
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY, object_name:FND_RESPONSIBILITY, status:VALID,
-
APPS.FUN_RULE_PUB dependencies on FND_GLOBAL
12.1.1
-
Lookup Type: DK_JOB_STATUS_MKODE
12.1.1
product: PAY - Payroll , meaning: DK_JOB_STATUS_MKODE , description: Lookup to select Employee Code for Job Status ,
-
Lookup Type: DK_JOB_STATUS_MKODE
12.2.2
product: PAY - Payroll , meaning: DK_JOB_STATUS_MKODE , description: Lookup to select Employee Code for Job Status ,
-
PACKAGE: APPS.HR_USER_ACCT_UTILITY
12.2.2
-
APPS.HR_USER_ACCT_UTILITY dependencies on FND_REQUEST_GROUPS
12.2.2
-
APPS.HR_USER_ACCT_UTILITY dependencies on FND_REQUEST_GROUPS
12.1.1
-
TABLE: AK.AK_RESP_SECURITY_ATTR_VALUES
12.2.2
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_RESP_SECURITY_ATTR_VALUES, object_name:AK_RESP_SECURITY_ATTR_VALUES, status:VALID,
-
PACKAGE: APPS.FND_RESPONSIBILITY_PKG
12.1.1
-
PACKAGE: APPS.FND_RESPONSIBILITY_PKG
12.2.2
-
TABLE: AK.AK_RESP_SECURITY_ATTR_VALUES
12.1.1
owner:AK, object_type:TABLE, fnd_design_data:AK.AK_RESP_SECURITY_ATTR_VALUES, object_name:AK_RESP_SECURITY_ATTR_VALUES, status:VALID,
-
Lookup Type: OSS_SECURED_SS_RESP
12.1.1
product: IGS - Student System , meaning: OSS Admin Responsibilities , description: Lookup type for storing all Self-Service Admin responsibilities. ,
-
APPS.GL_REP_ATTRIBUTES dependencies on FND_GLOBAL
12.1.1
-
TABLE: APPLSYS.FND_RESPONSIBILITY_TL
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.FND_RESPONSIBILITY_TL, object_name:FND_RESPONSIBILITY_TL, status:VALID,
-
PACKAGE: APPS.JTF_UM_USERTYPE_CREDENTIALS
12.2.2
-
Lookup Type: OSS_SECURED_SS_RESP
12.2.2
product: IGS - Student System (Obsolete) , meaning: OSS Admin Responsibilities , description: Lookup type for storing all Self-Service Admin responsibilities. ,
-
VIEW: OSM.AS_CONTACT_JOB_HISTORY#
12.2.2