Search Results wf_items
Overview
The WF_ITEMS table is the core runtime table for the Oracle Workflow engine within Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. Owned by the APPLSYS schema and part of the Application Object Library (FND) product, it serves as the master repository for every active and completed workflow process instance. Each row in this table represents a single, unique execution of a workflow, known as a "workflow item." It is the primary table for tracking the lifecycle, status, and key attributes of a workflow process from initiation to completion.
Key Information Stored
The table's structure is centered on uniquely identifying a workflow item and capturing its essential runtime state. The primary key is a composite of ITEM_TYPE and ITEM_KEY. The ITEM_TYPE references a defined workflow process definition from the WF_ITEM_TYPES table, while the ITEM_KEY is a unique identifier, often derived from business data like a transaction ID. Other critical columns include ROOT_ACTIVITY and ROOT_ACTIVITY_VERSION, which identify the specific version of the top-level process that was launched. The table also tracks the item's status (e.g., ACTIVE, COMPLETE, ERROR), start and end dates, and parent-child relationships via PARENT_ITEM_TYPE and PARENT_ITEM_KEY, enabling the modeling of complex, hierarchical workflow structures.
Common Use Cases and Queries
This table is fundamental for workflow monitoring, troubleshooting, and reporting. Common administrative queries include identifying long-running or errored processes, analyzing workflow volume, and tracing the lineage of nested workflows. A typical query to find active workflows for a specific item type would be:
- SELECT item_key, begin_date, end_date, user_key FROM applsys.wf_items WHERE item_type = '<POAPPRV>' AND end_date IS NULL;
Another frequent use case is linking a workflow instance to its originating business transaction by joining on the ITEM_KEY, which often corresponds to a column in an application table (e.g., a Purchase Order header ID). Developers and administrators also query this table to understand workflow dependencies before performing data purges or archiving operations using the provided Workflow APIs.
Related Objects
WF_ITEMS has extensive relationships with other core Workflow tables, forming the backbone of the runtime engine. It is referenced by tables storing activity statuses (WF_ITEM_ACTIVITY_STATUSES), attribute values (WF_ITEM_ATTRIBUTE_VALUES), and notification details. As shown in the metadata, it maintains foreign key relationships to WF_ITEM_TYPES for the item definition and to itself (a self-referential key) for parent-child workflow links. Furthermore, it is referenced by several application-specific tables, such as OKE_K_COMMUNICATIONS (Oracle Contracts) and JTF_UM_SUBSCRIPTION_REG (User Management), demonstrating how workflow processes are integrated across EBS modules to manage business transactions.
-
Table: WF_ITEMS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ITEMS, object_name:WF_ITEMS, status:VALID, product: FND - Application Object Library , description: Workflow runtime table , implementation_dba_data: APPLSYS.WF_ITEMS ,
-
Table: WF_ITEMS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_ITEMS, object_name:WF_ITEMS, status:VALID, product: FND - Application Object Library , description: Workflow runtime table , implementation_dba_data: APPLSYS.WF_ITEMS ,
-
APPS.ARI_UTILITIES dependencies on WF_ITEMS
12.1.1
-
APPS.OTA_COMPETENCE_SS dependencies on WF_ITEMS
12.1.1
-
APPS.WF_ITEM_DEFINITION dependencies on WF_ITEMS
12.1.1
-
APPS.WF_MONITOR dependencies on WF_ITEMS
12.1.1
-
APPS.HR_ASSIGNMENT_COMMON_SAVE_WEB dependencies on WF_ITEMS
12.1.1
-
APPS.HXC_TIMEKEEPER dependencies on WF_ITEMS
12.1.1
-
APPS.MST_WORKFLOW_PKG dependencies on WF_ITEMS
12.1.1
-
APPS.OTA_ADD_TRAINING_SS dependencies on WF_ITEMS
12.1.1
-
APPS.AP_WEB_INACTIVE_EMP_WF_PKG dependencies on WF_ITEMS
12.1.1
-
APPS.OTA_CANCEL_TRAINING_SS dependencies on WF_ITEMS
12.1.1
-
APPS.HR_APPRAISAL_WORKFLOW_SS dependencies on WF_ITEMS
12.1.1
-
APPS.GMDFMGAP_WF_PKG dependencies on WF_ITEMS
12.1.1
-
APPS.MSC_X_USER_EXCEP_GEN dependencies on WF_ITEMS
12.1.1
-
APPS.PQH_SS_WORKFLOW dependencies on WF_ITEMS
12.1.1
-
APPS.WF_OAM_METRICS dependencies on WF_ITEMS
12.1.1
-
APPS.POS_COMMON_APIS dependencies on WF_ITEMS
12.1.1
-
APPS.HR_PROCESS_ASSIGNMENT_SS dependencies on WF_ITEMS
12.1.1
-
APPS.PO_REQAPPROVAL_ACTION dependencies on WF_ITEMS
12.1.1
-
APPS.GHR_WF_PD_PKG dependencies on WF_ITEMS
12.1.1
-
APPS.PSP_ER_WORKFLOW dependencies on WF_ITEMS
12.1.1
-
APPS.AML_MONITOR_WF dependencies on WF_ITEMS
12.1.1
-
APPS.JTF_UM_WF_APPROVAL dependencies on WF_ITEMS
12.1.1
-
APPS.OTA_LEARNER_ENROLL_SS dependencies on WF_ITEMS
12.1.1
-
APPS.POR_AME_REQ_WF_PVT dependencies on WF_ITEMS
12.1.1
-
APPS.HR_PAY_RATE_GSP_SS dependencies on WF_ITEMS
12.1.1
-
APPS.HR_LOA_SS dependencies on WF_ITEMS
12.1.1
-
APPS.PO_DIFF_SUMMARY_PKG dependencies on WF_ITEMS
12.1.1
-
APPS.AP_WEB_RECEIPTS_WF dependencies on WF_ITEMS
12.1.1
-
APPS.PO_REQAPPROVAL_INIT1 dependencies on WF_ITEMS
12.1.1
-
APPS.HR_TERMINATION_SS dependencies on WF_ITEMS
12.1.1
-
APPS.HR_COMP_PROFILE_SS dependencies on WF_ITEMS
12.1.1
-
APPS.HR_APPROVAL_SS dependencies on WF_ITEMS
12.1.1
-
APPS.WF_ENGINE_UTIL dependencies on WF_ITEMS
12.1.1
-
APPS.OKC_CONTRACT_PVT dependencies on WF_ITEMS
12.1.1
-
APPS.GMDRPGAP_WF_PKG dependencies on WF_ITEMS
12.1.1
-
APPS.OTA_CERT_PRD_ENROLLMENT_API dependencies on WF_ITEMS
12.1.1
-
APPS.GMDQC0_WF_P dependencies on WF_ITEMS
12.1.1
-
APPS.OKC_CHANGE_CONTRACT_PVT dependencies on WF_ITEMS
12.1.1
-
APPS.AZW_REPORT dependencies on WF_ITEMS
12.1.1
-
APPS.GMS_WF_PKG dependencies on WF_ITEMS
12.1.1
-
APPS.OKE_CONTRACT_APPROVAL_PVT dependencies on WF_ITEMS
12.2.2
-
APPS.HR_CWK_TERMINATION_SWI dependencies on WF_ITEMS
12.2.2
-
APPS.OKL_AM_TERMNT_QUOTE_PVT dependencies on WF_ITEMS
12.2.2
-
APPS.OE_BLANKET_WF_UTIL dependencies on WF_ITEMS
12.2.2
-
APPS.HXC_WF_ERROR_HELPER dependencies on WF_ITEMS
12.2.2
-
APPS.WF_ITEM_ACTIVITY_STATUS dependencies on WF_ITEMS
12.2.2
-
APPS.PQH_BDGT_REALLOC_UTILITY dependencies on WF_ITEMS
12.2.2
-
APPS.UMX_REG_REQUESTS_PVT dependencies on WF_ITEMS
12.2.2