Search Results amw_process_organization
Overview
The AMW_PROCESS_ORGANIZATION table belongs to the AMW (Internal Controls Manager) product family within Oracle E-Business Suite 12.1.1 and 12.2.2. Its documented purpose is to store the association between processes and organizations, effectively acting as the intersection entity that links a defined process to one or more organization units within the enterprise governance framework. This association model supports the Internal Controls Manager's requirement to track which processes apply to which organizations, together with certification, audit, and approval metadata.
The product is marked as obsolete in the ETRM documentation, and the table is recorded as not implemented in the documented database. Consequently, AMW_PROCESS_ORGANIZATION should be treated as a legacy or dormant object in current EBS environments, though the schema definition remains documented for reference and historical analysis.
From a Data Vault modeling perspective, the mined FK structure suggests a satellite-leaning classification. The table references HR_ALL_ORGANIZATION_UNITS via ORGANIZATION_ID and FND_SECURITY_GROUPS via SECURITY_GROUP_ID, while carrying its own descriptive and state-tracking attributes such as status flags, dates, and counts. This pattern is consistent with a satellite attached to a process-organization relationship hub or link, rather than a pure hub defining core business keys.
Key Information Stored
The table contains 63 documented columns. Among the most significant are:
- PROCESS_ORGANIZATION_ID — the surrogate primary key for each association record.
- PROCESS_ID — identifies the process associated with the organization.
- ORGANIZATION_ID — foreign key to HR_ALL_ORGANIZATION_UNITS, identifying the organization unit.
- SECURITY_GROUP_ID — foreign key to FND_SECURITY_GROUPS, governing row-level access.
- REVISION_NUMBER — supports versioning of the process-organization association.
- PROCESS_ORG_REV_ID — a business-key candidate referenced by unique index AMW_PROCESS_ORGANIZATION_U1.
- START_DATE, END_DATE, DELETION_DATE — lifecycle and effective-dating columns.
- APPROVAL_STATUS, APPROVAL_DATE, APPROVAL_END_DATE — approval workflow metadata.
- CERTIFICATION_STATUS, LAST_CERTIFICATION_DATE — certification tracking.
- LAST_AUDIT_STATUS, LAST_AUDIT_DATE, NEXT_AUDIT_DATE — audit scheduling and outcome.
- PROCESS_OWNER_ID, APPLICATION_OWNER_ID, FINANCE_OWNER_ID — ownership assignment columns.
- RISK_COUNT, CONTROL_COUNT, RISK_COUNT_LATEST, CONTROL_COUNT_LATEST — aggregate risk and control metrics.
- SIGNIFICANT_PROCESS_FLAG, STANDARD_PROCESS_FLAG — classification flags.
- PROCESS_CATEGORY_CODE, PROCESS_TYPE, CLASSIFICATION — categorization attributes.
- ATTRIBUTE1 through ATTRIBUTE15 — the standard EBS descriptive flexfield columns.
Business-key uniqueness is enforced through indexes U1 (PROCESS_ORG_REV_ID), U2 (PROCESS_ID, ORGANIZATION_ID, REVISION_NUMBER), U4 (PROCESS_ORGANIZATION_ID, REVISION_NUMBER), and U5 (ORGANIZATION_ID, PROCESS_ID, END_DATE, DELETION_DATE, APPROVAL_DATE, APPROVAL_END_DATE). These indexes reveal that the natural key combines process, organization, and revision context.
Common Use Cases and Queries
Typical usage centers on process-to-organization reporting and certification status tracking. A common query retrieves all processes associated with a given organization:
- Join AMW_PROCESS_ORGANIZATION to HR_ALL_ORGANIZATION_UNITS on ORGANIZATION_ID to resolve organization names.
- Filter by APPROVAL_STATUS or CERTIFICATION_STATUS to isolate processes pending certification or approval.
- Use START_DATE and END_DATE to obtain the active association as of a reporting date.
- Aggregate RISK_COUNT and CONTROL_COUNT by PROCESS_CATEGORY_CODE to summarize exposure across organizations.
- Join to FND_SECURITY_GROUPS on SECURITY_GROUP_ID to enforce multi-organization access control in custom reports.
A representative pattern selects PROCESS_ID, ORGANIZATION_ID, REVISION_NUMBER, APPROVAL_STATUS, CERTIFICATION_STATUS, and START_DATE, filtered by SECURITY_GROUP_ID and restricted to records where END_DATE IS NULL for current associations.
Related Objects
The most significant related objects, based on documented foreign keys and relationship data, are:
- HR_ALL_ORGANIZATION_UNITS — joined on AMW_PROCESS_ORGANIZATION.ORGANIZATION_ID; the primary organization dimension.
- FND_SECURITY_GROUPS — joined on AMW_PROCESS_ORGANIZATION.SECURITY_GROUP_ID; controls access to records across organizations.
- AMW_PROCESSES (process definition table referenced by PROCESS_ID) — the parent process catalog.
- AMW_PROCESS_REVISIONS (referenced association via RL_PROCESS_REV_ID) — revision-level process metadata.
- AMW_RISKS and AMW_CONTROLS — related risk and control entities whose counts are summarized in RISK_COUNT and CONTROL_COUNT.
- FND_FLEX_VALUES — resolves ATTRIBUTE flexfield values and PROCESS_CATEGORY_CODE lookups.
- FND_USER — resolves PROCESS_OWNER_ID, APPLICATION_OWNER_ID, and FINANCE_OWNER_ID to user identities.
Because the table is documented as obsolete and not implemented, integrators should verify actual presence in the target instance before building dependencies against it.
-
Table: AMW_PROCESS_ORGANIZATION
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: This table stores information about association between processes and oraganizations , implementation_dba_data: Not implemented in this database ,
-
Table: AMW_PROCESS_ORGANIZATION
12.1.1
owner:AMW, object_type:TABLE, fnd_design_data:AMW.AMW_PROCESS_ORGANIZATION, object_name:AMW_PROCESS_ORGANIZATION, status:VALID, product: AMW - Internal Controls Manager , description: This table stores information about association between processes and oraganizations , implementation_dba_data: AMW.AMW_PROCESS_ORGANIZATION ,
-
APPS.AMW_ASSOC_POST_TXN SQL Statements
12.1.1
-
APPS.AMW_PROC_ORG_HIERARCHY_PVT SQL Statements
12.1.1
-
SYNONYM: APPS.AMW_PROCESS_ORGANIZATION
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AMW_PROCESS_ORGANIZATION, status:VALID,
-
APPS.AMW_PROC_ORG_APPROVAL_PKG SQL Statements
12.1.1
-
VIEW: APPS.AMW_LATEST_REV_ORG_V
12.1.1
-
PACKAGE BODY: APPS.AMW_ASSOC_POST_TXN
12.1.1
-
VIEW: APPS.AMW_ORG_PROCESS_VL
12.1.1
-
APPS.AMW_ORG_HIERARCHY_PKG SQL Statements
12.1.1
-
APPS.AMW_WF_HIERARCHY_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_RISK_CTRL_COUNT_PVT
12.1.1
-
VIEW: APPS.AMW_CURR_APPROVED_REV_ORG_V
12.1.1
-
VIEW: APPS.AMW_PROCESS_ORGANIZATION_VL
12.1.1
-
VIEW: APPS.AMW_INACTIVE_REV_ORG_V
12.1.1
-
VIEW: APPS.AMW_PROCESS_ORG_BASICINFO_V
12.1.1
-
APPS.AMW_FINSTMT_CERT_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_ORG_PROC_CERT_DATED_SUMM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_ORG_PROC_CERT_DATED_SUMM, status:VALID,
-
APPS.AMW_PARAMETERS_PVT_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_ASSOC_POST_TXN
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_ASSOC_POST_TXN, status:VALID,
-
PACKAGE BODY: APPS.AMW_PARAMETERS_PVT_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PARAMETERS_PVT_PKG, status:VALID,
-
PACKAGE BODY: APPS.RCI_ORG_CERT_ETL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_ORG_CERT_ETL_PKG, status:VALID,
-
PACKAGE BODY: APPS.RCI_COMPL_ENV_CHG_SUMM_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:RCI_COMPL_ENV_CHG_SUMM_PKG, status:VALID,
-
View: AMW_CURR_APPROVED_REV_ORG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for current approved organization process revisions , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMW_PROC_ORG_APPROVAL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PROC_ORG_APPROVAL_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMW_RL_HIERARCHY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_RL_HIERARCHY_PKG, status:VALID,
-
View: AMW_INACTIVE_REV_ORG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for end dated organization process revisions , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMW_PROC_ORG_HIERARCHY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PROC_ORG_HIERARCHY_PVT, status:VALID,
-
APPS.AMW_PROCCERT_REMINDER_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FINSTMT_CERT_PVT, status:VALID,
-
View: AMW_CURR_APPROVED_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_CURR_APPROVED_REV_ORG_V, object_name:AMW_CURR_APPROVED_REV_ORG_V, status:VALID, product: AMW - Internal Controls Manager , description: View for current approved organization process revisions , implementation_dba_data: APPS.AMW_CURR_APPROVED_REV_ORG_V ,
-
View: AMW_LATEST_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_LATEST_REV_ORG_V, object_name:AMW_LATEST_REV_ORG_V, status:VALID, product: AMW - Internal Controls Manager , description: View for all the latest revisions of organization processes. , implementation_dba_data: APPS.AMW_LATEST_REV_ORG_V ,
-
PACKAGE BODY: APPS.AMW_PROCESS_CERT_SUMMARY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PROCESS_CERT_SUMMARY, status:VALID,
-
View: AMW_INACTIVE_REV_ORG_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_INACTIVE_REV_ORG_V, object_name:AMW_INACTIVE_REV_ORG_V, status:VALID, product: AMW - Internal Controls Manager , description: View for end dated organization process revisions , implementation_dba_data: APPS.AMW_INACTIVE_REV_ORG_V ,
-
PACKAGE BODY: APPS.AMW_PROCCERT_EVENT_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_PROCCERT_EVENT_PVT, status:VALID,
-
View: AMW_LATEST_REV_ORG_V
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: View for all the latest revisions of organization processes. , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.AMW_WF_HIERARCHY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_WF_HIERARCHY_PKG, status:VALID,
-
APPS.ITA_NOTIFICATION_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.AMW_PROC_ORG_APPROVAL_PKG
12.1.1
-
View: AMW_ORG_PROCESS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_ORG_PROCESS_VL, object_name:AMW_ORG_PROCESS_VL, status:VALID, product: AMW - Internal Controls Manager , description: stores the process inforamtion within organizations , implementation_dba_data: APPS.AMW_ORG_PROCESS_VL ,
-
PACKAGE BODY: APPS.AMW_PROC_ORG_HIERARCHY_PVT
12.1.1
-
PACKAGE BODY: APPS.AMW_ORG_HIERARCHY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_ORG_HIERARCHY_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMW_FINSTMT_CERT_BES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_FINSTMT_CERT_BES_PKG, status:VALID,
-
PACKAGE BODY: APPS.AMW_UTILITY_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:AMW_UTILITY_PVT, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
View: AMW_ORG_PROCESS_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: stores the process inforamtion within organizations , implementation_dba_data: Not implemented in this database ,
-
View: AMW_PROCESS_ORGANIZATION_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AMW.AMW_PROCESS_ORGANIZATION_VL, object_name:AMW_PROCESS_ORGANIZATION_VL, status:VALID, product: AMW - Internal Controls Manager , description: AMW_PROCESS_NAMES_VL is a view that joins the translated, languagespecific values from AMW_PROCESS_NAMES_TL with the non-displayeddata from AMW_ORGANIZATION_PROCESS to form complete organization process entities. , implementation_dba_data: APPS.AMW_PROCESS_ORGANIZATION_VL ,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
View: AMW_PROCESS_ORGANIZATION_VL
12.2.2
product: AMW - Internal Controls Manager (Obsolete) , description: AMW_PROCESS_NAMES_VL is a view that joins the translated, languagespecific values from AMW_PROCESS_NAMES_TL with the non-displayeddata from AMW_ORGANIZATION_PROCESS to form complete organization process entities. , implementation_dba_data: Not implemented in this database ,