Search Results amw_audit_tasks_b
Overview
AMW_AUDIT_TASKS_B is a base table in the AMW (Internal Controls Manager) schema of Oracle E-Business Suite, present in both 12.1.1 and 12.2.2. It stores the detailed definition of audit tasks that belong to an audit engagement. In the ETRM data model, this table acts as the transactional backbone of task tracking within the Internal Controls Manager module, capturing task hierarchies, scheduling, ownership, and audit trail information. The _B suffix indicates this is the base (non-translated) table; the corresponding _TL table typically holds translatable descriptive text.
From a Data Vault modeling perspective, the mined FK structure suggests this object behaves as a standalone hub-like entity, centered on the unique TASK_ID business surrogate with attribute descriptors attached. It is not modeled as a classic link or satellite in the heuristic classification, but a link to the parent audit project is clearly present.
Key Information Stored
The 27 documented columns represent a mix of identity, relationships, scheduling, ownership, and descriptive attributes. The most significant columns are:
- TASK_ID — the surrogate primary key (
AMW_AUDIT_TASKS_B_PK); uniquely identifies each audit task record. - AUDIT_PROJECT_ID — foreign key to
AMW_AUDIT_PROJECTS; ties the task to its parent engagement. - TASK_NUMBER — the business-key candidate, typically a user-facing sequential identifier for the task.
- TOP_TASK_ID — FK to
PA_TOP_TASKS_IT; links the task to the underlying project/task structure used for costing and effort tracking. - PARENT_TASK_ID — self-referencing hierarchy key allowing parent/child task relationships (WBS-style nesting).
- LEVEL_ID — FK to
MSD_LEVELS; indicates the task’s level in the audit hierarchy. - START_DATE / COMPLETION_DATE — scheduled and actual timing of the task.
- TASK_MANAGER_PERSON_ID — the person responsible for executing the task.
- SECURITY_GROUP_ID — FK to
FND_SECURITY_GROUPS; enforces row-level data access. - ATTRIBUTE_CATEGORY, ATTRIBUTE1 … ATTRIBUTE10 — flexfield/descriptive extension columns for client-specific data.
- CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, OBJECT_VERSION_NUMBER — standard WHO audit columns and optimistic locking support.
Common Use Cases and Queries
Typical uses include audit task dashboards, engagement status reporting, hierarchy (parent/child) traversal, and integration with project costing via PA_TOP_TASKS_IT. A common query moves from parent to child tasks:
- Task listing by engagement:
SELECT task_id, task_number, start_date FROM amw_audit_tasks_b WHERE audit_project_id = :p_id; - Hierarchy retrieval:
SELECT * FROM amw_audit_tasks_b WHERE parent_task_id = :parent; - Manager workload:
SELECT task_manager_person_id, COUNT(*) FROM amw_audit_tasks_b GROUP BY task_manager_person_id; - Security-scoped reporting: join
FND_SECURITY_GROUPSonsecurity_group_id. - Cost integration: join
PA_TOP_TASKS_ITontop_task_idfor effort/cost rollups.
Related Objects
The following objects most significantly reference or are referenced by this table, based on the documented FK/PK relationships:
- AMW_AUDIT_PROJECTS — joined on
AUDIT_PROJECT_ID; defines the parent engagement. - PA_TOP_TASKS_IT — joined on
TOP_TASK_ID; links tasks to project top tasks. - MSD_LEVELS — joined on
LEVEL_ID; provides hierarchy/level definitions. - FND_SECURITY_GROUPS — joined on
SECURITY_GROUP_ID; enforces access control. - AMW_AUDIT_TASKS_TL — translated name/description table sharing
TASK_ID(implied by _B convention). - AMW_AUDIT_TASKS_B (self-join) — joined via
PARENT_TASK_IDfor hierarchy queries.
Together these objects place AMW_AUDIT_TASKS_B at the center of engagement-level task planning and execution reporting within Internal Controls Manager.
-
Table: AMW_AUDIT_TASKS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_AUDIT_TASKS_B, object_name:AMW_AUDIT_TASKS_B, status:VALID, product: AMW - Internal Controls Manager , description: Stores audit tasks details for an engagement , implementation_dba_data: AMW.AMW_AUDIT_TASKS_B ,
-
Table: AMW_AUDIT_TASKS_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Stores audit tasks details for an engagement , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AMW_AUDIT_TASKS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AUDIT_TASKS_B, status:VALID,
-
VIEW: APPS.AMW_AUDIT_TASKS_VL
12.1.1
-
VIEW: APPS.AMW_TEMPLATE_TASKS_V
12.1.1
-
Table: AMW_AUDIT_TASKS_TL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Contains name and description for AMW_AUDIT_TASKS_B , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_AUDIT_ENGAGEMENT_PVT SQL Statements
12.1.1
-
Table: AMW_AUDIT_TASKS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_AUDIT_TASKS_TL, object_name:AMW_AUDIT_TASKS_TL, status:VALID, product: AMW - Internal Controls Manager , description: Contains name and description for AMW_AUDIT_TASKS_B , implementation_dba_data: AMW.AMW_AUDIT_TASKS_TL ,
-
VIEW: APPS.AMW_AUDIT_TASKS_V
12.1.1
-
PACKAGE BODY: APPS.AMW_AUDIT_TASKS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_AUDIT_TASKS_PKG, status:VALID,
-
TABLE: AMW.AMW_AUDIT_TASKS_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_AUDIT_TASKS_B, object_name:AMW_AUDIT_TASKS_B, status:VALID,
-
View: AMW_AUDIT_TASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_AUDIT_TASKS_VL, object_name:AMW_AUDIT_TASKS_VL, status:VALID, product: AMW - Internal Controls Manager , implementation_dba_data: APPS.AMW_AUDIT_TASKS_VL ,
-
PACKAGE BODY: APPS.AMW_AUDIT_ENGAGEMENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_AUDIT_ENGAGEMENT_PVT, status:VALID,
-
View: AMW_TEMPLATE_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_TEMPLATE_TASKS_V, object_name:AMW_TEMPLATE_TASKS_V, status:VALID, product: AMW - Internal Controls Manager , implementation_dba_data: APPS.AMW_TEMPLATE_TASKS_V ,
-
View: AMW_TEMPLATE_TASKS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: AMW_AUDIT_TASKS_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.AMW_AUDIT_TASKS_PKG SQL Statements
12.1.1
-
TABLE: AMW.AMW_AUDIT_TASKS_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_AUDIT_TASKS_TL, object_name:AMW_AUDIT_TASKS_TL, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.AMW_AUDIT_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_AUDIT_TASKS_V, object_name:AMW_AUDIT_TASKS_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.AMW_TEMPLATE_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_TEMPLATE_TASKS_V, object_name:AMW_TEMPLATE_TASKS_V, status:VALID,
-
View: AMW_AUDIT_TASKS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_AUDIT_TASKS_V, object_name:AMW_AUDIT_TASKS_V, status:VALID, product: AMW - Internal Controls Manager , implementation_dba_data: APPS.AMW_AUDIT_TASKS_V ,
-
View: AMW_AUDIT_TASKS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.AMW_AUDIT_TASKS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_AUDIT_TASKS_VL, object_name:AMW_AUDIT_TASKS_VL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.AMW_AUDIT_ENGAGEMENT_PVT
12.1.1
-
PACKAGE BODY: APPS.AMW_AUDIT_TASKS_PKG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
APPS.AMW_AUDIT_ENGAGEMENT_PVT dependencies on AMW_AUDIT_TASKS_B
12.1.1
-
APPS.AMW_AUDIT_TASKS_PKG dependencies on AMW_AUDIT_TASKS_B
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_AUDIT_ENGAGEMENT_PVT dependencies on AMW_AUDIT_TASKS_TL
12.1.1
-
APPS.AMW_AUDIT_TASKS_PKG dependencies on AMW_AUDIT_TASKS_TL
12.1.1
-
APPS.AMW_AUDIT_ENGAGEMENT_PVT dependencies on FND_GLOBAL
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