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.CS_WF_EVENT_PKG dependencies on WF_ITEMS
12.2.2
-
APPS.PO_MOD_CONTROL_PVT dependencies on WF_ITEMS
12.2.2
-
APPS.ASO_PUBLISH_MISC_INT dependencies on WF_ITEMS
12.2.2
-
APPS.AZW_REPORT dependencies on WF_ITEMS
12.1.1
-
APPS.OKC_CHANGE_CONTRACT_PVT 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.GMS_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.QPR_WKFL_UTIL dependencies on WF_ITEMS
12.2.2
-
APPS.HR_SUPERVISOR_SS dependencies on WF_ITEMS
12.2.2
-
APPS.OTA_CPE_UTIL dependencies on WF_ITEMS
12.2.2
-
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.PQH_BDGT_REALLOC_UTILITY dependencies on WF_ITEMS
12.2.2
-
APPS.WF_ITEM_ACTIVITY_STATUS 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.UMX_REG_REQUESTS_PVT dependencies on WF_ITEMS
12.2.2
-
APPS.HXC_TIMECARD dependencies on WF_ITEMS
12.2.2
-
APPS.PO_WF_PO_NOTIFICATION dependencies on WF_ITEMS
12.2.2
-
APPS.PON_WITH_DRAW_PKG dependencies on WF_ITEMS
12.2.2
-
APPS.OKC_ASYNC_PUB dependencies on WF_ITEMS
12.2.2
-
APPS.CUG_PREVENT_SR_UPDATE_PKG dependencies on WF_ITEMS
12.2.2
-
APPS.POS_SUPPLIER_USER_REG_PKG dependencies on WF_ITEMS
12.2.2
-
APPS.OKL_VENDOR_PROGRAM_PUB dependencies on WF_ITEMS
12.2.2
-
APPS.AR_REVENUE_MANAGEMENT_PVT dependencies on WF_ITEMS
12.2.2
-
APPS.OE_ORDER_IMPORT_WF dependencies on WF_ITEMS
12.2.2
-
APPS.GR_WF_UTIL_PVT dependencies on WF_ITEMS
12.2.2
-
APPS.WF_ENGINE_RAC dependencies on WF_ITEMS
12.2.2
-
APPS.AZW_HIER dependencies on WF_ITEMS
12.2.2
-
APPS.OTA_LEARNER_ENROLL_REVIEW_SS dependencies on WF_ITEMS
12.2.2
-
APPS.PO_WF_REQ_NOTIFICATION_R11 dependencies on WF_ITEMS
12.2.2
-
APPS.HR_WORKFLOW_SS dependencies on WF_ITEMS
12.2.2
-
APPS.WF_QUEUE dependencies on WF_ITEMS
12.2.2
-
APPS.AP_WEB_ARCHIVE_PURGE_ER dependencies on WF_ITEMS
12.2.2
-
APPS.WF_MAINTENANCE dependencies on WF_ITEMS
12.2.2
-
APPS.POS_USER_ADMIN_PKG dependencies on WF_ITEMS
12.2.2
-
APPS.PO_AME_WF_PVT dependencies on WF_ITEMS
12.2.2
-
APPS.AP_WEB_AME_PKG dependencies on WF_ITEMS
12.2.2
-
APPS.PSP_ER_WORKFLOW dependencies on WF_ITEMS
12.2.2
-
APPS.OTA_LEARNER_ENROLL_REVIEW_SS dependencies on WF_ITEMS
12.2.2
-
APPS.UMX_NOTIFICATION_UTIL dependencies on WF_ITEMS
12.2.2
-
APPS.HR_REVTERMINATION_SS dependencies on WF_ITEMS
12.2.2
-
APPS.WF_MAIL dependencies on WF_ITEMS
12.2.2
-
APPS.HR_ABSUTIL_SS dependencies on WF_ITEMS
12.2.2