Search Results ieu_uwqm_work_sources_b
Overview
The IEU_UWQM_WORK_SOURCES_B table resides in the IEU schema and belongs to the Universal Work Queue (UWQ) module of Oracle E-Business Suite, available in releases 12.1.1 and 12.2.2. It stores the base definitions of "work sources" — logical groupings that identify where work items originate within the UWQ framework. Each row describes a distinct source of assignable work, such as a specific application, module, or business process, and provides the metadata the work queue uses to route, distribute, and present those items to end users.
The ETRM metadata classifies this object heuristically as a Data Vault hub, since it holds the unique business entity (the work source) keyed by a surrogate identifier and referenced by multiple dependent tables. This classification is a modeling suggestion rather than a physical Data Vault implementation. The table is one of several UWQ configuration tables, and its contents govern which work items appear in a given queue context.
Key Information Stored
The primary key is IEU_UWQM_WORK_SOURCES_B_PK, defined on the WS_ID column, a system-generated surrogate identifier. The unique index IEU_UWQM_WORK_SOURCES_B_U1 covers (WS_ID, ZD_EDITION_NAME), reflecting the editioning column used in 12.2.x multi-tenant and edition-based redefinition scenarios. Most important columns include:
- WS_ID — surrogate primary key uniquely identifying each work source.
- APPLICATION_ID — the owning Oracle application, linking the source to a product.
- WS_TYPE and WS_CODE — the type and coded identifier of the work source.
- OBJECT_CODE — the business object associated with the source.
- WS_ENABLE_PROFILE_OPTION — profile option governing whether the source is enabled.
- DISTRIBUTE_FROM, DISTRIBUTE_TO, and DISTRIBUTION_FUNCTION — control how work items are distributed among users.
- ACTIVE_FLAG and NOT_VALID_FLAG — status and validity indicators.
- SECURITY_GROUP_ID — data security grouping referencing FND_SECURITY_GROUPS.
- OBJECT_VERSION_NUMBER — optimistic locking column.
- CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN — standard WHO audit columns.
Common Use Cases and Queries
Reporting typically joins this table to its dependents to list configured work sources and their associated items. A common query enumerates active sources:
SELECT ws_id, ws_code, ws_type, application_id FROM ieu_uwqm_work_sources_b WHERE active_flag = 'Y';- Joining to IEU_UWQM_ITEMS on WS_ID to inspect items produced by each source.
- Joining to IEU_UWQM_WS_ASSCT_PROPS on WS_ID to retrieve source-level properties.
- Joining to FND_SECURITY_GROUPS on SECURITY_GROUP_ID to resolve security context.
Related Objects
Several UWQ tables depend on this hub through WS_ID foreign keys:
- IEU_UWQM_ITEMS — work items belonging to each source.
- IEU_UWQM_ITEMS_GTT — global temporary counterpart for item processing.
- IEU_UWQM_WS_ASSCT_PROPS — associated properties per work source.
- FND_SECURITY_GROUPS — referenced via SECURITY_GROUP_ID.
These relationships make IEU_UWQM_WORK_SOURCES_B a foundational configuration hub for the Universal Work Queue.
-
Table: IEU_UWQM_WORK_SOURCES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQM_WORK_SOURCES_B, object_name:IEU_UWQM_WORK_SOURCES_B, status:VALID, product: IEU - Universal Work Queue , description: UWQ Work Source Definitions , implementation_dba_data: IEU.IEU_UWQM_WORK_SOURCES_B ,
-
Table: IEU_UWQM_WORK_SOURCES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQM_WORK_SOURCES_B, object_name:IEU_UWQM_WORK_SOURCES_B, status:VALID, product: IEU - Universal Work Queue , description: UWQ Work Source Definitions , implementation_dba_data: IEU.IEU_UWQM_WORK_SOURCES_B ,
-
VIEW: IEU.IEU_UWQM_WORK_SOURCES_B#
12.2.2
owner:IEU, object_type:VIEW, object_name:IEU_UWQM_WORK_SOURCES_B#, status:VALID,
-
APPS.IEU_UWQM_WORK_SOURCES_PKG SQL Statements
12.2.2
-
APPS.IEU_UWQM_WORK_SOURCES_PKG SQL Statements
12.1.1
-
SYNONYM: APPS.IEU_UWQM_WORK_SOURCES_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQM_WORK_SOURCES_B, status:VALID,
-
SYNONYM: APPS.IEU_UWQM_WORK_SOURCES_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IEU_UWQM_WORK_SOURCES_B, status:VALID,
-
TRIGGER: APPS.IEU_UWQM_WORK_SOURCES_B+
12.2.2
-
TRIGGER: APPS.IEU_UWQM_WORK_SOURCES_B+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:IEU_UWQM_WORK_SOURCES_B+, status:VALID,
-
VIEW: IEU.IEU_UWQM_WORK_SOURCES_B#
12.2.2
-
APPS.IEU_WR_PUB SQL Statements
12.2.2
-
APPS.IEU_WORK_SOURCE_PVT SQL Statements
12.2.2
-
APPS.IEU_WORK_SOURCE_PVT SQL Statements
12.1.1
-
APPS.IEU_WR_PUB SQL Statements
12.1.1
-
FUNCTION: APPS.IEU_UWQM_WORK_SOURCES_B=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:IEU_UWQM_WORK_SOURCES_B=, status:VALID,
-
PACKAGE BODY: APPS.IEU_UWQM_WORK_SOURCES_PKG
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQM_WORK_SOURCES_PKG
12.2.2
-
FUNCTION: APPS.IEU_UWQM_WORK_SOURCES_B=
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.IEU_UWQM_WORK_SOURCES_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_UWQM_WORK_SOURCES_PKG, status:VALID,
-
PACKAGE: APPS.IEU_UWQ_GET_NEXT_WORK_PVT
12.2.2
owner:APPS, object_type:PACKAGE, object_name:IEU_UWQ_GET_NEXT_WORK_PVT, status:VALID,
-
TABLE: IEU.IEU_UWQM_WORK_SOURCES_B
12.1.1
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQM_WORK_SOURCES_B, object_name:IEU_UWQM_WORK_SOURCES_B, status:VALID,
-
PACKAGE BODY: APPS.IEU_WR_CON_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_WR_CON_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_WR_CON_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_WR_CON_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_UWQM_WORK_SOURCES_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_UWQM_WORK_SOURCES_PKG, status:VALID,
-
PACKAGE: APPS.IEU_UWQ_GET_NEXT_WORK_PVT
12.1.1
owner:APPS, object_type:PACKAGE, object_name:IEU_UWQ_GET_NEXT_WORK_PVT, status:VALID,
-
APPS.IEU_TASKS_USERHOOKS SQL Statements
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.IEU_DIAG_AUDIT_TRACK_PVT SQL Statements
12.2.2
-
APPS.IEU_TASKS_USERHOOKS SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IEU_TASKS_WR_MIG_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_TASKS_WR_MIG_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_UWQ_GET_NEXT_WORK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_UWQ_GET_NEXT_WORK_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_TASKS_WR_MIG_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_TASKS_WR_MIG_PVT, status:VALID,
-
PACKAGE BODY: APPS.IEU_TASKS_USERHOOKS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_TASKS_USERHOOKS, status:VALID,
-
PACKAGE BODY: APPS.IEU_DIAG_AUDIT_TRACK_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_DIAG_AUDIT_TRACK_PVT, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.IEU_DIAG_AUDIT_TRACK_PVT SQL Statements
12.1.1
-
APPS.IEU_TASKS_WR_MIG_PVT SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IEU_TASKS_USERHOOKS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_TASKS_USERHOOKS, status:VALID,
-
TABLE: IEU.IEU_UWQM_WORK_SOURCES_B
12.2.2
owner:IEU, object_type:TABLE, fnd_design_data:IEU.IEU_UWQM_WORK_SOURCES_B, object_name:IEU_UWQM_WORK_SOURCES_B, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.IEU_DIAG_AUDIT_TRACK_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IEU_DIAG_AUDIT_TRACK_PVT, status:VALID,