Search Results wf_directory_partitions
Overview
WF_DIRECTORY_PARTITIONS is a reference (lookup) table owned by the APPLSYS schema within the FND — Application Object Library product of Oracle E-Business Suite. Its documented purpose is to serve as a lookup table for origin systems (ORIG_SYSTEM) associated with partitioned tables in the Oracle Workflow directory architecture. In both EBS 12.1.1 and 12.2.2, the Oracle Workflow directory services rely on partitioning to scale the resolution of users, roles, and security groups across large installations, and this table provides the mapping layer that identifies which originating system each directory partition belongs to.
The table is classified as VALID in the ETRM metadata, and its heuristic Data Vault classification is standalone. From a dimensional modeling perspective, this suggests the table behaves as an independent reference or lookup entity rather than participating in a classic hub-and-link hub-and-satellite structure. Where a Data Vault hub would normally anchor a business key, WF_DIRECTORY_PARTITIONS functions instead as a narrow reference table keyed on ORIG_SYSTEM, with no downstream dependent satellites identified in the mined relationship data.
Key Information Stored
The table contains 10 documented columns. The surrogate primary key is defined by the constraint WF_DIRECTORY_PARTITIONS_PK on the ORIG_SYSTEM column. A separate unique index, WF_DIRECTORY_PARTITIONS_U1, is defined on the composite of (ORIG_SYSTEM, ZD_EDITION_NAME), making it the documented business-key candidate and reflecting the Online Patching (adop) editioning model introduced in EBS 12.2.
- ORIG_SYSTEM — The origin system identifier; serves as the primary key and is the central lookup value.
- PARTITION_ID — References the partition definition in JTF_FM_PARTITION_X_REQUEST, linking the origin system to its partitioned request scope.
- SECURITY_GROUP_ID — Foreign key to FND_SECURITY_GROUPS, associating the partition with a security group for access control.
- ZD_EDITION_NAME — The editioning column used by Online Patching; participates in the unique business key.
- LAST_UPDATE_DATE — Standard EBS audit column recording the last modification timestamp.
- ROLE_VIEW, USER_ROLE_VIEW, ROLE_TL_VIEW — View definitions that govern how role, user-role, and translated role data are exposed for the origin system.
- BULKSYNC_DATE — Timestamp of the last bulk synchronization operation for the partition.
- SUMMARY_DATE — Timestamp associated with summary or aggregation processing for the origin system.
Common Use Cases and Queries
Typical usage centers on diagnosing Workflow directory synchronization and partition resolution. A common pattern joins the table to security groups and partition requests:
- Identifying all origin systems for a given security group, useful during access troubleshooting.
- Auditing which partitions have not been bulk-synchronized recently by filtering on BULKSYNC_DATE.
- Confirming editioning behavior by querying ZD_EDITION_NAME in a 12.2 environment.
A representative query follows:
SELECT wd.ORIG_SYSTEM, wd.PARTITION_ID, wd.SECURITY_GROUP_ID, wd.BULKSYNC_DATE FROM APPLSYS.WF_DIRECTORY_PARTITIONS wd WHERE wd.SECURITY_GROUP_ID = :p_security_group_id;
Reporting use cases include monitoring synchronization lag and validating that each origin system is correctly mapped to its partition request.
Related Objects
- JTF_FM_PARTITION_X_REQUEST — Referenced by WF_DIRECTORY_PARTITIONS.PARTITION_ID; supplies partition request definitions.
- FND_SECURITY_GROUPS — Referenced by SECURITY_GROUP_ID; defines security group membership.
- WF_DIRECTORY_PARTITIONS_PK — Primary key constraint on ORIG_SYSTEM.
- WF_DIRECTORY_PARTITIONS_U1 — Unique index on (ORIG_SYSTEM, ZD_EDITION_NAME).
- Associated Workflow directory views exposing ROLE_VIEW, USER_ROLE_VIEW, and ROLE_TL_VIEW.
-
Table: WF_DIRECTORY_PARTITIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS, object_name:WF_DIRECTORY_PARTITIONS, status:VALID, product: FND - Application Object Library , description: Lookup table for orig system in partitioned tables. , implementation_dba_data: APPLSYS.WF_DIRECTORY_PARTITIONS ,
-
Table: WF_DIRECTORY_PARTITIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS, object_name:WF_DIRECTORY_PARTITIONS, status:VALID, product: FND - Application Object Library , description: Lookup table for orig system in partitioned tables. , implementation_dba_data: APPLSYS.WF_DIRECTORY_PARTITIONS ,
-
VIEW: APPLSYS.WF_DIRECTORY_PARTITIONS#
12.2.2
owner:APPLSYS, object_type:VIEW, object_name:WF_DIRECTORY_PARTITIONS#, status:VALID,
-
VIEW: APPS.WF_DIRECTORY_PARTITIONS_VL
12.2.2
-
APPS.WF_DIRECTORY_PARTITIONS_PKG SQL Statements
12.1.1
-
APPS.WF_DIRECTORY_PARTITIONS_PKG SQL Statements
12.2.2
-
SYNONYM: APPS.WF_DIRECTORY_PARTITIONS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WF_DIRECTORY_PARTITIONS, status:VALID,
-
VIEW: APPS.WF_DIRECTORY_PARTITIONS_VL
12.1.1
-
SYNONYM: APPS.WF_DIRECTORY_PARTITIONS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WF_DIRECTORY_PARTITIONS, status:VALID,
-
VIEW: APPLSYS.WF_DIRECTORY_PARTITIONS#
12.2.2
-
TRIGGER: APPS.WF_DIRECTORY_PARTITIONS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:WF_DIRECTORY_PARTITIONS+, status:VALID,
-
TRIGGER: APPS.WF_DIRECTORY_PARTITIONS+
12.2.2
-
PACKAGE BODY: APPS.WF_DIRECTORY_PARTITIONS_PKG
12.2.2
-
PACKAGE BODY: APPS.WF_DIRECTORY_PARTITIONS_PKG
12.1.1
-
TABLE: APPLSYS.WF_DIRECTORY_PARTITIONS
12.1.1
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS, object_name:WF_DIRECTORY_PARTITIONS, status:VALID,
-
TABLE: APPLSYS.WF_DIRECTORY_PARTITIONS
12.2.2
owner:APPLSYS, object_type:TABLE, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS, object_name:WF_DIRECTORY_PARTITIONS, status:VALID,
-
FUNCTION: APPS.WF_DIRECTORY_PARTITIONS=
12.2.2
-
FUNCTION: APPS.WF_DIRECTORY_PARTITIONS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:WF_DIRECTORY_PARTITIONS=, status:VALID,
-
View: WF_DIRECTORY_PARTITIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS_VL, object_name:WF_DIRECTORY_PARTITIONS_VL, status:VALID, product: FND - Application Object Library , description: Translataed Directory Partitions View , implementation_dba_data: APPS.WF_DIRECTORY_PARTITIONS_VL ,
-
View: WF_DIRECTORY_PARTITIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS_VL, object_name:WF_DIRECTORY_PARTITIONS_VL, status:VALID, product: FND - Application Object Library , description: Translataed Directory Partitions View , implementation_dba_data: APPS.WF_DIRECTORY_PARTITIONS_VL ,
-
PACKAGE BODY: APPS.WF_ROLE_HIERARCHY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WF_ROLE_HIERARCHY, status:VALID,
-
PACKAGE BODY: APPS.WF_DIRECTORY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WF_DIRECTORY, status:VALID,
-
PACKAGE BODY: APPS.WF_DIRECTORY_PARTITIONS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WF_DIRECTORY_PARTITIONS_PKG, status:VALID,
-
PACKAGE BODY: APPS.WF_DIRECTORY_PARTITIONS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WF_DIRECTORY_PARTITIONS_PKG, status:VALID,
-
VIEW: APPS.WF_DIRECTORY_PARTITIONS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS_VL, object_name:WF_DIRECTORY_PARTITIONS_VL, status:VALID,
-
PACKAGE BODY: APPS.WF_DIRECTORY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WF_DIRECTORY, status:VALID,
-
PACKAGE BODY: APPS.WF_ROLE_HIERARCHY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WF_ROLE_HIERARCHY, status:VALID,
-
PACKAGE BODY: APPS.WF_MAINTENANCE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WF_MAINTENANCE, status:VALID,
-
VIEW: APPS.WF_DIRECTORY_PARTITIONS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FND.WF_DIRECTORY_PARTITIONS_VL, object_name:WF_DIRECTORY_PARTITIONS_VL, status:VALID,
-
PACKAGE BODY: APPS.WF_LOCAL_SYNCH
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WF_LOCAL_SYNCH, status:VALID,
-
PACKAGE BODY: APPS.WF_LOCAL_SYNCH
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WF_LOCAL_SYNCH, status:VALID,
-
APPS.WF_LOCAL_SYNCH SQL Statements
12.1.1
-
APPS.WF_LOCAL_SYNCH SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WF_LOCAL_SYNCH
12.2.2
-
PACKAGE BODY: APPS.WF_LOCAL_SYNCH
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
APPS.WF_DIRECTORY dependencies on WF_DIRECTORY_PARTITIONS
12.1.1
-
12.2.2 DBA Data
12.2.2
-
APPS.WF_ROLE_HIERARCHY dependencies on WF_DIRECTORY_PARTITIONS
12.2.2
-
APPS.WF_ROLE_HIERARCHY dependencies on WF_DIRECTORY_PARTITIONS
12.1.1
-
APPS.WF_MAINTENANCE dependencies on WF_DIRECTORY_PARTITIONS
12.2.2
-
APPS.WF_DIRECTORY_PARTITIONS_PKG dependencies on WF_DIRECTORY_PARTITIONS
12.1.1
-
APPS.WF_DIRECTORY_PARTITIONS_PKG dependencies on WF_DIRECTORY_PARTITIONS
12.2.2
-
APPS.WF_DIRECTORY dependencies on WF_DIRECTORY_PARTITIONS
12.2.2
-
APPS.WF_LOCAL_SYNCH dependencies on WF_DIRECTORY_PARTITIONS
12.2.2
-
APPS.WF_LOCAL_SYNCH dependencies on WF_DIRECTORY_PARTITIONS
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
APPS.WF_DIRECTORY SQL Statements
12.1.1