Search Results amw_export_ap_v
Overview
AMW_EXPORT_AP_V is a database view belonging to the Oracle E-Business Suite product AMW — Internal Controls Manager, a module that is now marked obsolete in the ETRM (E-Business Suite Technical Reference Manual) documentation set. The view is designed to expose audit procedure data in a flat, export-oriented format, consolidating header-level procedure attributes, step-level detail, and associated control information into a single result set. The "AP" in the view name refers to Audit Procedures, while the "EXPORT" prefix indicates the view was built to support extraction, reporting, or downstream integration of audit procedure definitions rather than day-to-day transactional entry. In Oracle EBS 12.1.1 and 12.2.2, Internal Controls Manager was used primarily for compliance and audit management workflows, and views such as this one served as denormalized staging points for moving procedural audit content out of the EBS database into external reporting or archival environments. Because the module is obsolete, the view is documented as "Not implemented in this database," meaning it may not exist in all environments and should be treated as a legacy object.
Underlying Base Objects
The view text shows that AMW_EXPORT_AP_V is defined over several AMW base tables joined through audit procedure, step, and control associations:
- AMW_AUDIT_PROCEDURES_B — the base table holding audit procedure definitions and revision identifiers.
- AMW_AUDIT_PROCEDURES_TL — the translation table supplying the language-specific procedure name and description.
- AMW_AP_STEPS_B — the base table containing audit procedure steps and sample sizes.
- AMW_AP_STEPS_TL — the translation table for step names and descriptions.
- AMW_AP_ASSOCIATIONS — links audit procedures to associated objects such as controls.
- AMW_CONTROLS_B and AMW_CONTROLS_TL — control base and translation tables supplying control names.
- AMW_LOOKUPS — used in a scalar subquery to resolve the approval status meaning.
- AMW_OBJ_CLASSIFICATION_V — used to resolve the classification work type name.
The documented ETRM metadata lists no referenced base objects, so the relationships above are inferred directly from the view text, which is authoritative for this object.
Key Columns
- APID, APRID, APRNM — audit procedure ID, revision ID, and revision number.
- APEND, APAPDT, APCAF, APLRF — procedure end date, approval date, current approved flag, and latest revision flag.
- APAPP — approval status meaning, resolved from AMW_LOOKUPS using the AMW_PRCDR_APPRV_STATUS lookup type.
- APNM, APDS — localized procedure name and description.
- APCLASS — classification work type name resolved from AMW_OBJ_CLASSIFICATION_V.
- CNM, ADE, AOE — associated control name and the design and operational effectiveness indicators, defaulting to 'N' when null.
- STPNM, STPNUM, STDSC, STSS — step name, sequence number, description, and sample size.
- RAP and PARTY_ID — a placeholder empty string and a constant -100, indicating export-context usage.
Common Use Cases and Queries
Typical uses include extracting approved, latest-revision audit procedures for compliance reporting and exporting audit procedure steps alongside their associated controls for archival. A basic query follows:
SELECT APID, APRNM, APNM, APAPP, CNM, STPNM FROM AMW_EXPORT_AP_V WHERE APLRF = 'Y';SELECT APCLASS, COUNT(*) FROM AMW_EXPORT_AP_V GROUP BY APCLASS;SELECT APID, APNM, STPNM, STSS FROM AMW_EXPORT_AP_V WHERE APCAF = 'Y';
Because the module is obsolete and the view may not be present, existence should be verified via ALL_VIEWS before relying on it in any custom integration.
-
View: AMW_EXPORT_AP_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
View: AMW_EXPORT_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_EXPORT_AP_V, object_name:AMW_EXPORT_AP_V, status:VALID, product: AMW - Internal Controls Manager , implementation_dba_data: APPS.AMW_EXPORT_AP_V ,
-
12.1.1 DBA Data
12.1.1
-
SYNONYM: APPS.AMW_CONTROLS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_CONTROLS_TL, status:VALID,
-
SYNONYM: APPS.AMW_AP_STEPS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AP_STEPS_TL, status:VALID,
-
SYNONYM: APPS.AMW_AP_STEPS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AP_STEPS_B, status:VALID,
-
SYNONYM: APPS.AMW_AUDIT_PROCEDURES_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AUDIT_PROCEDURES_TL, status:VALID,
-
SYNONYM: APPS.AMW_AUDIT_PROCEDURES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AUDIT_PROCEDURES_B, status:VALID,
-
VIEW: APPS.AMW_OBJ_CLASSIFICATION_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OBJ_CLASSIFICATION_V, object_name:AMW_OBJ_CLASSIFICATION_V, status:VALID,
-
SYNONYM: APPS.AMW_AP_ASSOCIATIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AP_ASSOCIATIONS, status:VALID,
-
SYNONYM: APPS.AMW_CONTROLS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_CONTROLS_B, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.AMW_EXPORT_AP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_EXPORT_AP_V, object_name:AMW_EXPORT_AP_V, status:VALID,
-
PACKAGE: APPS.HZ_FORMAT_PUB
12.1.1
owner:APPS, object_type:PACKAGE, object_name:HZ_FORMAT_PUB, status:VALID,
-
VIEW: APPS.AMW_OWNER_ROLES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_OWNER_ROLES_V, object_name:AMW_OWNER_ROLES_V, status:VALID,
-
VIEW: APPS.AMW_LOOKUPS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LOOKUPS, object_name:AMW_LOOKUPS, status:VALID,
-
eTRM - AMW Tables and Views
12.1.1
description: This fact table stores the summary data related to the Significant Account Evaluation report ,
-
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