Search Results amw_project_lists_v
Overview
AMW_PROJECT_LISTS_V is a consolidated reporting view belonging to the AMW — Internal Controls Manager module, historically shipped with Oracle E-Business Suite releases in the 12.1.1 and 12.2.2 code lines. The view presents a unified list of audit engagements managed by the Internal Controls Manager (ICM) application, merging audit projects that exist purely within ICM with those that have been linked to standard Oracle Projects (PA) project records. Its principal role is to drive the engagement selection lists and audit project list pages within the ICM user interface, and to support ad hoc reporting against the audit universe. Because ICM is flagged as obsolete in the ETRM metadata, the view is retained largely for backward compatibility; Oracle notes that it is not implemented in every database, meaning it will only appear where the legacy ICM schema objects exist. The view is also notable for exposing AUDIT_MANAGER_PERSON_ID and the corresponding manager name resolution, which is the attribute most commonly searched for under the term audit_manager_name.
Underlying Base Objects
The ETRM metadata does not enumerate referenced base objects, but the embedded view text defines them precisely. The first branch of the UNION reads from AMW_AUDIT_PROJECTS (the audit project header), AMW_AUDIT_PROJECTS_TL (the translated name and description columns), AMW_WORK_CATEGORIES_B, and AMW_WORK_TYPES_B, joining category code 'ENGAGEMENT' to the audit project's engagement type. The second branch reads from PA_PROJECTS_ALL, AMW_AUDIT_PROJECTS, PA_PROJECT_TYPES_ALL, AMW_WORK_CATEGORIES_B, and AMW_WORK_TYPES_B to surface projects already established in Oracle Projects. The two branches are combined with UNION and distinguished by a literal source flag of 'ICM' or 'PA'. Manager identity in the ICM branch is resolved through a scalar subquery on PER_ALL_PEOPLE_F; in the PA branch it is resolved through the PA_PROJECT_PARTIES_UTILS package functions.
Key Columns
AUDIT_PROJECT_ID— Primary identifier of the audit engagement within ICM.PROJECT_ID— Oracle Projects project identifier; NULL for engagements that have not been integrated into PA.PROJECT_NUMBER/ name columns — Engagement number, translated name, and description.AUDIT_PROJECT_STATUS— Status code, resolved to a meaning via AMW_LOOKUPS using lookup type AMW_ENGAGEMENT_STATUS.AUDIT_MANAGER_PERSON_ID— Party identifier of the audit manager; the basis for any audit manager name lookup.- Manager name — Derived from PER_ALL_PEOPLE_F full name (ICM branch) or PA_PROJECT_PARTIES_UTILS (PA branch).
START_DATE,COMPLETION_DATE,TEMPLATE_FLAG,CREATED_FROM_PROJECT_ID,ENGAGEMENT_TYPE_ID— Engagement scheduling and classification attributes.- Audit columns (
CREATED_BY,CREATION_DATE,LAST_UPDATED_BY,LAST_UPDATE_DATE) and the source literal flag.
Common Use Cases and Queries
Typical use is listing engagements with their managers and statuses, or filtering to only native ICM engagements. For example:
SELECT project_number, name, audit_project_status FROM amw_project_lists_v WHERE audit_manager_person_id = :person_id;SELECT project_number, audit_project_status FROM amw_project_lists_v WHERE project_id IS NULL ORDER BY creation_date DESC;
Because manager name resolution depends on current PER_ALL_PEOPLE_F effective dates, historical manager assignments may not be reproduced; reporting that requires point-in-time manager attribution should query the audit project tables directly rather than relying on this view.
-
View: AMW_PROJECT_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROJECT_LISTS_V, object_name:AMW_PROJECT_LISTS_V, status:VALID, product: AMW - Internal Controls Manager , implementation_dba_data: APPS.AMW_PROJECT_LISTS_V ,
-
View: AMW_PROJECT_LISTS_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
SYNONYM: APPS.AMW_WORK_CATEGORIES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_WORK_CATEGORIES_B, status:VALID,
-
SYNONYM: APPS.AMW_AUDIT_PROJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AUDIT_PROJECTS, status:VALID,
-
SYNONYM: APPS.AMW_AUDIT_PROJECTS_TL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_AUDIT_PROJECTS_TL, status:VALID,
-
SYNONYM: APPS.AMW_WORK_TYPES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_WORK_TYPES_B, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE: APPS.PA_PROJECT_PARTIES_UTILS
12.1.1
owner:APPS, object_type:PACKAGE, object_name:PA_PROJECT_PARTIES_UTILS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.AMW_PROJECT_LISTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROJECT_LISTS_V, object_name:AMW_PROJECT_LISTS_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,
-
SYNONYM: APPS.PA_PROJECT_TYPES_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECT_TYPES_ALL, status:VALID,
-
SYNONYM: APPS.PA_PROJECTS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_PROJECTS_ALL, 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 ,
-
SYNONYM: APPS.PER_ALL_PEOPLE_F
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PER_ALL_PEOPLE_F, status:VALID,
-
12.1.1 DBA Data
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 ,