Search Results amw_controls_b
Overview
The AMW_CONTROLS_B table is the core base table for storing non-translatable control attributes within the Oracle E-Business Suite module AMW (Internal Controls Manager). It served as the primary entity for defining and managing internal controls, which are processes or procedures implemented to mitigate business risks and ensure compliance. As the "B" suffix indicates, it follows the standard Oracle Applications pattern where a base table holds language-independent data, while a corresponding translation table (AMW_CONTROLS_TL) stores language-specific descriptions. It is critical to note that the provided ETRM metadata explicitly states this module is "Obsolete" and that the table is "Not implemented in this database," indicating it was part of a decommissioned or superseded functionality in the documented versions (12.1.1 / 12.2.2). Its role was foundational, acting as the parent record for a control's core definition, linked to assertions, objectives, and purposes.
Key Information Stored
The primary data stored in AMW_CONTROLS_B pertains to the immutable attributes of a control. The central column is CONTROL_REV_ID, which serves as the unique primary key identifier for a specific control revision. While the full column list is not detailed in the excerpt, typical attributes in such a base table would include creation date, created by, last update date, last updated by, and key status or versioning flags. The "non-translatable" designation means this table houses data that does not change per language, such as IDs, dates, numeric values, and codes, as opposed to descriptive text like control names or detailed procedures, which would reside in AMW_CONTROLS_TL.
Common Use Cases and Queries
When the module was active, this table was central to control management and reporting. Common use cases included auditing the control framework, generating control inventories, and linking controls to financial assertions or business processes. A fundamental query would join the base table with its translation table to retrieve a complete control record. Given the obsolete status, direct operational use in EBS 12.1.1/12.2.2 is unlikely, but historical data analysis or migration projects might reference it. A sample query pattern would be:
- SELECT b.CONTROL_REV_ID, tl.CONTROL_NAME, b.CREATION_DATE FROM AMW_CONTROLS_B b, AMW_CONTROLS_TL tl WHERE b.CONTROL_REV_ID = tl.CONTROL_REV_ID AND tl.LANGUAGE = USERENV('LANG');
Related Objects
AMW_CONTROLS_B has defined relationships with several key tables in the (obsolete) Internal Controls Manager schema, as per the foreign key metadata. The primary related objects are:
- AMW_CONTROLS_TL: The translation table, dependent on CONTROL_REV_ID, for multilingual control descriptions.
- AMW_CONTROL_ASSERTIONS: Links controls to financial statement assertions (e.g., completeness, valuation).
- AMW_CONTROL_OBJECTIVES: Associates controls with specific operational or compliance objectives.
- AMW_CONTROL_PURPOSES: Classifies controls by their purpose (e.g., preventive, detective, corrective).
These relationships illustrate that AMW_CONTROLS_B was the central hub from which a control's definitions, classifications, and translations were extended.
-
Table: AMW_CONTROLS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONTROLS_B, object_name:AMW_CONTROLS_B, status:VALID, product: AMW - Internal Controls Manager , description: Controls base table: Stores information about Control attributes (non-translatable) , implementation_dba_data: AMW.AMW_CONTROLS_B ,
-
Table: AMW_CONTROLS_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Controls base table: Stores information about Control attributes (non-translatable) , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_CTRL_APPROVAL_PVT dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_SCOPE_PVT dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_CONTROLS_PAGE_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_DELETE_OBJECT_PVT dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_ORG_PROC_CERT_DATED_SUMM dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_LOAD_RCM_ORG_DATA dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_BES_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_LOAD_RC_DATA dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_CONTROL_PVT dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_FINSTMT_CERT_MIG_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_LOAD_CTRL_DATA dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_PROC_APPROVAL_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.RCI_CTRL_DETAIL_ETL_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_PROC_ORG_APPROVAL_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_CONTROLS_PKG dependencies on AMW_CONTROLS_B
12.1.1
-
APPS.AMW_ORG_PROC_CERT_DATED_SUMM dependencies on AMW_CONTROL_ASSOCIATIONS
12.1.1
-
APPS.AMW_CTRL_APPROVAL_PVT SQL Statements
12.1.1
-
APPS.AMW_LOAD_RCM_ORG_DATA dependencies on AMW_CONTROLS_TL
12.1.1
-
APPS.AMW_LOAD_CTRL_DATA dependencies on AMW_CONTROLS_TL
12.1.1
-
APPS.AMW_ORG_PROC_CERT_DATED_SUMM dependencies on AMW_OPINIONS_LOG_V
12.1.1
-
APPS.AMW_LOAD_RC_DATA dependencies on AMW_CONTROLS_TL
12.1.1
-
APPS.AMW_CONTROL_PVT SQL Statements
12.1.1
-
APPS.AMW_SCOPE_PVT dependencies on AMW_CONTROL_ASSOCIATIONS
12.1.1
-
APPS.AMW_CONTROL_PVT dependencies on AMW_CONTROLS_TL
12.1.1
-
APPS.AMW_LOAD_AUDIT_PROCEDURE_DATA dependencies on AMW_CONTROLS_TL
12.1.1
-
APPS.AMW_CONTROL_PVT dependencies on AMW_CONTROLS_PAGE_PKG
12.1.1
-
APPS.RCI_ORG_DFCY_ETL_PKG dependencies on AMW_CONTROL_ASSOCIATIONS
12.1.1
-
SYNONYM: APPS.AMW_CONTROLS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_CONTROLS_B, status:VALID,
-
APPS.AMW_CONTROL_PVT dependencies on AMW_CONTROLS_ALL_VL
12.1.1
-
APPS.AMW_SCOPE_PVT dependencies on AMW_RISK_ASSOCIATIONS
12.1.1
-
APPS.AMW_ORG_PROC_CERT_DATED_SUMM dependencies on AMW_OPINIONS_LOG
12.1.1
-
Table: AMW_CONTROL_PURPOSES
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores details about control purposes , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_CONTROL_PVT dependencies on PER_JOBS
12.1.1
-
Table: AMW_CONTROL_ASSERTIONS
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores relations between controls and assertions , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_CONTROLS_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMW_EXPORT_AP_V
12.1.1
-
APPS.AMW_DELETE_OBJECT_PVT dependencies on AMW_CONTROLS_TL
12.1.1
-
View: AMW_CONTROLS_ALL_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: AMW_CONTROLS_ALL_VL is a view that joins the translated, language specific values from AMW_CONTROLS_TL with the non-displayed data from AMW_CONTROLS_B to form complete Control entities. , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_CONTROL_PURPOSES
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONTROL_PURPOSES, object_name:AMW_CONTROL_PURPOSES, status:VALID, product: AMW - Internal Controls Manager , description: Stores details about control purposes , implementation_dba_data: AMW.AMW_CONTROL_PURPOSES ,
-
Table: AMW_CONTROL_ASSERTIONS
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONTROL_ASSERTIONS, object_name:AMW_CONTROL_ASSERTIONS, status:VALID, product: AMW - Internal Controls Manager , description: Stores relations between controls and assertions , implementation_dba_data: AMW.AMW_CONTROL_ASSERTIONS ,
-
View: AMW_CONTROLS_ALL_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CONTROLS_ALL_VL, object_name:AMW_CONTROLS_ALL_VL, status:VALID, product: AMW - Internal Controls Manager , description: AMW_CONTROLS_ALL_VL is a view that joins the translated, language specific values from AMW_CONTROLS_TL with the non-displayed data from AMW_CONTROLS_B to form complete Control entities. , implementation_dba_data: APPS.AMW_CONTROLS_ALL_VL ,
-
Table: AMW_CONTROLS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_CONTROLS_TL, object_name:AMW_CONTROLS_TL, status:VALID, product: AMW - Internal Controls Manager , description: Stores translated value for control names and other translatable Control attributes , implementation_dba_data: AMW.AMW_CONTROLS_TL ,
-
APPS.AMW_CONTROL_PVT dependencies on AMW_CONTROL_REV_S
12.1.1
-
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 ,
-
APPS.AMW_CONTROL_PVT dependencies on FND_APPLICATION_VL
12.1.1
-
PACKAGE BODY: APPS.AMW_CONTROLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_CONTROLS_PKG, status:VALID,