Search Results amw_work_ext_b
Overview
AMW_WORK_EXT_B is a table in the AMW schema, owned by the Oracle Internal Controls Manager (ICM) module, which forms part of the Oracle E-Business Suite governance, risk, and compliance (GRC) toolset. The table is documented as an "External FWK table for engagements." In the Oracle Application Framework/extensibility (FWK) model, external attribute tables provide a generic, descriptively sparse container that allows customers and implementers to store additional, site-specific attributes against a core business entity without modifying the delivered schema. In this case the extensible entity is the engagement record used by ICM.
The table is classified heuristically, through its foreign-key structure, as a standalone object under the Data Vault modeling convention. This classification should be treated as a modeling suggestion rather than a delivered design: the table's grain is effectively one row per extension set, keyed by a surrogate identifier, with no independent business history. The presence of audit columns (WHO columns) indicates it is maintained in the standard EBS audit pattern, and the large block of generic typed attribute columns confirms its role as a satellite-style attribute store attached to the parent engagement.
Key Information Stored
AMW_WORK_EXT_B contains 101 documented columns. The most significant of these are summarized below.
- EXTENSION_ID — the surrogate primary key, enforced by the AMW_WORK_EXT_B_PK constraint. It uniquely identifies each extension row.
- AUDIT_PROJECT_ID — a foreign key referencing AMW_AUDIT_PROJECTS. This is the principal business linkage that ties the extension row to its parent engagement or audit project record.
- WORK_ID and WORK_ELEM_ID — identifiers referencing the work item and work element context in which the extension attributes apply.
- ATTR_GROUP_ID — identifies the attribute group or context to which the populated extension columns belong, supporting multiple attribute groupings per parent.
- WORK_TYPE_ID — the work type classification associated with the extension row.
- C_EXT_ATTR1 … C_EXT_ATTR40 — forty generic character (varchar) extension attributes for site-defined textual data.
- N_EXT_ATTR1 … N_EXT_ATTR20 — twenty generic numeric extension attributes.
- D_EXT_ATTR1 … D_EXT_ATTR10 — ten generic date extension attributes.
- UOM_EXT_ATTR1 … UOM_EXT_ATTR20 — twenty unit-of-measure columns paired with numeric attributes for quantified values.
- LAST_UPDATE_DATE, LAST_UPDATED_BY, LAST_UPDATE_LOGIN, CREATED_BY, CREATION_DATE — the standard EBS audit (WHO) columns.
The only documented unique or primary key is EXTENSION_ID. Columns such as WORK_ID, ATTR_GROUP_ID, and AUDIT_PROJECT_ID are business-key candidates that typically participate in a composite uniqueness rule in the logical model, although no such unique index is documented in the supplied metadata.
Common Use Cases and Queries
The extension table is primarily queried for reporting and reconciliation of site-defined attributes attached to ICM engagements. A representative join retrieves every extension row with its parent audit project:
SELECT e.extension_id, e.audit_project_id, p.project_name, e.c_ext_attr1, e.n_ext_attr1 FROM amw.amw_work_ext_b e JOIN amw.amw_audit_projects p ON p.audit_project_id = e.audit_project_id;SELECT COUNT(*) FROM amw.amw_work_ext_b WHERE attr_group_id = :group_id;SELECT extension_id, last_update_date, last_updated_by FROM amw.amw_work_ext_b WHERE audit_project_id = :project_id ORDER BY last_update_date DESC;
Typical scenarios include extracting engagement-level custom attributes into a data warehouse, auditing which custom attributes have been populated versus left null, and validating that every active audit project has a corresponding extension row. Because the descriptive columns are generically named, the semantic meaning of each C_/N_/D_/UOM_ attribute is defined by implementation configuration rather than by the database, so queries must be interpreted against the customer's attribute-mapping documentation.
Related Objects
- AMW_AUDIT_PROJECTS — the parent entity; joined on
AMW_WORK_EXT_B.AUDIT_PROJECT_ID = AMW_AUDIT_PROJECTS.AUDIT_PROJECT_ID. This is the dominant dependency and the anchor for engagement reporting. - AMW_WORK_EXT_B_PK — the primary key constraint on EXTENSION_ID.
- EBS WHO/audit infrastructure — the standard audit columns rely on FND audit facilities for user and login resolution.
- Work and work-element tables in AMW — referenced through WORK_ID and WORK_ELEM_ID, linking the extension attributes to the engagement's work breakdown.
- Attribute group metadata in AMW — referenced through ATTR_GROUP_ID, defining how the generic C_/N_/D_/UOM_ columns are labelled for the implementation.
Because the table is delivered as a standalone extension container with a single documented foreign key, dependencies outside AMW_AUDIT_PROJECTS and the AMW work structures are limited. Consumers of this table should treat it as a supplemental attribute store rather than a transactional driver.
-
Table: AMW_WORK_EXT_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_WORK_EXT_B, object_name:AMW_WORK_EXT_B, status:VALID, product: AMW - Internal Controls Manager , description: External FWK table for engagements , implementation_dba_data: AMW.AMW_WORK_EXT_B ,
-
Table: AMW_WORK_EXT_B
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: External FWK table for engagements , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AMW_WORK_EXT_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_WORK_EXT_B, status:VALID,
-
Table: AMW_WORK_EXT_TL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Contains language code for AMW_WORK_EXT_B , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_WORK_EXT_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_WORK_EXT_TL, object_name:AMW_WORK_EXT_TL, status:VALID, product: AMW - Internal Controls Manager , description: Contains language code for AMW_WORK_EXT_B , implementation_dba_data: AMW.AMW_WORK_EXT_TL ,
-
PACKAGE BODY: APPS.AMW_WORK_EXT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_WORK_EXT_PKG, status:VALID,
-
VIEW: APPS.AMW_WORK_EXT_VL
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
TABLE: AMW.AMW_WORK_EXT_TL
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_WORK_EXT_TL, object_name:AMW_WORK_EXT_TL, status:VALID,
-
TABLE: AMW.AMW_WORK_EXT_B
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_WORK_EXT_B, object_name:AMW_WORK_EXT_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: AMW_WORK_EXT_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: Extensible attributes view for Work types , implementation_dba_data: Not implemented in this database ,
-
View: AMW_WORK_EXT_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_WORK_EXT_VL, object_name:AMW_WORK_EXT_VL, status:VALID, product: AMW - Internal Controls Manager , description: Extensible attributes view for Work types , implementation_dba_data: APPS.AMW_WORK_EXT_VL ,
-
VIEW: APPS.AMW_WORK_EXT_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_WORK_EXT_VL, object_name:AMW_WORK_EXT_VL, status:VALID,
-
APPS.AMW_WORK_EXT_PKG SQL Statements
12.1.1
-
APPS.AMW_WORK_EXT_PKG dependencies on AMW_WORK_EXT_B
12.1.1
-
PACKAGE BODY: APPS.AMW_WORK_EXT_PKG
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_WORK_EXT_PKG dependencies on AMW_WORK_EXT_TL
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