Search Results wms_els_trx_src
Overview
WMS_ELS_TRX_SRC is a transactional table in the Warehouse Management System (WMS) schema of Oracle E-Business Suite, documented as VALID in both release 12.1.1 and 12.2.2. It stores the detailed records of labor-tracked transactions performed within a labor management enabled warehouse. Each row represents a discrete warehouse activity—picking, putaway, replenishment, or a similar task—captured at the moment the work was executed. Beyond the raw transaction, the table preserves attribution data: the user who performed the work, the equipment used, and the engineered labor standards (ELS) scores and ratings derived from the effort. This makes it the foundational source for labor performance reporting, productivity analytics, and engineered standards compliance in WMS.
The heuristic Data Vault classification mined from the foreign-key structure identifies this object as standalone. Under a Data Vault modeling suggestion, it would most closely resemble a satellite-like fact table—carrying measures (travel time, transaction time, idle time, scores) and descriptive context—rather than a pure hub or link. The absence of child tables referencing it reinforces its role as a leaf-level transactional record.
Key Information Stored
The table contains 43 documented columns. The most significant include:
- ELS_TRX_SRC_ID — the surrogate primary key, defined by constraint WMS_ELS_TRX_SRC_PK and confirmed by unique index WMS_ELS_TRX_SRC_U1.
- TRANSACTION_DATE — the timestamp of the labor-tracked activity, essential for period-based reporting.
- ACTIVITY_ID, ACTIVITY_DETAIL_ID, OPERATION_ID — identify what work was performed and at what level of granularity.
- ORGANIZATION_ID — the inventory organization in which the transaction occurred.
- USER_ID — the operator credited with the transaction.
- INVENTORY_ITEM_ID, ITEM_CATEGORY_ID — the item and category involved.
- QUANTITY, TRANSACTION_UOM — the volume of work completed and its unit of measure.
- FROM_LOCATOR_ID, TO_LOCATOR_ID, SOURCE_ZONE_ID, DESTINATION_ZONE_ID — the physical source and destination locations and zones.
- TRAVEL_TIME, TRANSACTION_TIME, IDLE_TIME, TRAVEL_AND_IDLE_TIME — the time components of the labor standard.
- TRAVEL_SCORE, TXN_SCORE, IDLE_SCORE — performance scores against the engineered standard.
- EMPLOYEE_RATING_TRAVEL, EMPLOYEE_RATING_TXN, EMPLOYEE_RATING_IDLE — the resulting employee ratings.
- UNATTRIBUTED_FLAG — indicates labor not yet assigned to a specific user.
Common Use Cases and Queries
Typical uses include labor productivity dashboards, employee scorecards, engineered standard variance analysis, and zone-level workload reporting. A representative query joining operations to operators might read:
SELECT t.els_trx_src_id, t.transaction_date, t.user_id, t.activity_id, t.txn_score, t.employee_rating_txn FROM wms.wms_els_trx_src t WHERE t.organization_id = :org_id AND t.transaction_date BETWEEN :start_date AND :end_date AND t.unattributed_flag = 'N' ORDER BY t.transaction_date DESC;
Aggregations over TRAVEL_TIME, TRANSACTION_TIME, and IDLE_TIME by USER_ID or ACTIVITY_ID support bottleneck identification and staffing decisions. The score and rating columns feed performance-ranking reports without requiring recomputation of the engineering standard.
Related Objects
Two documented foreign keys link this table to its operational context:
- WMS_OP_PLANS_B — joined via OPERATION_PLAN_ID, providing the operation plan against which the task was measured.
- WMS_ELS_INDIVIDUAL_TASKS_B — joined via ELS_DATA_ID, supplying the individual task definition and standard.
Related supporting objects include WMS_ELS_INDIVIDUAL_TASKS_B's detail tables, the WMS activity and operation setup tables referenced by ACTIVITY_ID and OPERATION_ID, and standard EBS inventory tables (MTL_SYSTEM_ITEMS_B, MTL_ITEM_CATEGORIES, HR_OPERATING_UNITS) used to enrich reporting. The table does not serve as a parent for other objects, consistent with its standalone classification.
-
Table: WMS_ELS_TRX_SRC
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_TRX_SRC, object_name:WMS_ELS_TRX_SRC, status:VALID, product: WMS - Warehouse Management , description: This table will hold all the details for labor tracked transactions for a labor management enabled warehouse. Additionally the table will also hold the information regarding the user who has done the transaction and what is the rating and t , implementation_dba_data: WMS.WMS_ELS_TRX_SRC ,
-
Table: WMS_ELS_TRX_SRC
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_TRX_SRC, object_name:WMS_ELS_TRX_SRC, status:VALID, product: WMS - Warehouse Management , description: This table will hold all the details for labor tracked transactions for a labor management enabled warehouse. Additionally the table will also hold the information regarding the user who has done the transaction and what is the rating and t , implementation_dba_data: WMS.WMS_ELS_TRX_SRC ,
-
VIEW: WMS.WMS_ELS_TRX_SRC#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_ELS_TRX_SRC#, status:VALID,
-
SYNONYM: APPS.WMS_ELS_TRX_SRC
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_ELS_TRX_SRC, status:VALID,
-
APPS.WMS_LMS_UTILS SQL Statements
12.2.2
-
SYNONYM: APPS.WMS_ELS_TRX_SRC
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_ELS_TRX_SRC, status:VALID,
-
APPS.WMS_LMS_UTILS SQL Statements
12.1.1
-
VIEW: WMS.WMS_ELS_TRX_SRC#
12.2.2
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY SQL Statements
12.1.1
-
PACKAGE: APPS.WMS_LMS_LABOR_PRODUCTIVITY
12.1.1
-
PACKAGE: APPS.WMS_LMS_LABOR_PRODUCTIVITY
12.2.2
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY SQL Statements
12.2.2
-
PACKAGE BODY: APPS.WMS_LMS_LABOR_PRODUCTIVITY
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_LMS_LABOR_PRODUCTIVITY, status:VALID,
-
PACKAGE BODY: APPS.WMS_LMS_LABOR_PRODUCTIVITY
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_LMS_LABOR_PRODUCTIVITY, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.WMS_LMS_UTILS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_LMS_UTILS, status:VALID,
-
PACKAGE BODY: APPS.WMS_LMS_UTILS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_LMS_UTILS, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.WMS_LMS_UTILS
12.1.1
-
TABLE: WMS.WMS_ELS_TRX_SRC
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_TRX_SRC, object_name:WMS_ELS_TRX_SRC, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
TABLE: WMS.WMS_ELS_TRX_SRC
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_ELS_TRX_SRC, object_name:WMS_ELS_TRX_SRC, status:VALID,
-
PACKAGE BODY: APPS.WMS_LMS_UTILS
12.2.2
-
PACKAGE: APPS.WMS_LMS_UTILS
12.1.1
-
PACKAGE: APPS.WMS_LMS_UTILS
12.2.2
-
PACKAGE BODY: APPS.WMS_LMS_LABOR_PRODUCTIVITY
12.2.2
-
PACKAGE BODY: APPS.WMS_LMS_LABOR_PRODUCTIVITY
12.1.1
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY dependencies on WMS_ELS_TRX_SRC
12.1.1
-
APPS.WMS_LMS_UTILS dependencies on WMS_ELS_TRX_SRC
12.2.2
-
APPS.WMS_LMS_UTILS dependencies on WMS_ELS_TRX_SRC
12.1.1
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY dependencies on WMS_ELS_TRX_SRC
12.2.2
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY dependencies on WMS_ELS_INDIVIDUAL_TASKS_B
12.1.1
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY dependencies on WMS_ELS_INDIVIDUAL_TASKS_B
12.2.2
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY dependencies on WMS_ELS_GROUPED_TASKS_B
12.1.1
-
APPS.WMS_LMS_LABOR_PRODUCTIVITY dependencies on WMS_ELS_GROUPED_TASKS_B
12.2.2
-
APPS.WMS_LMS_EXPECTED_RES dependencies on WMS_LMS_UTILS
12.2.2
-
APPS.WMS_LMS_EXPECTED_RES dependencies on WMS_LMS_UTILS
12.1.1
-
eTRM - WMS Tables and Views
12.1.1
-
eTRM - WMS Tables and Views
12.2.2
-
APPS.WMS_LMS_UTILS dependencies on FND_API
12.2.2
-
APPS.WMS_LMS_UTILS dependencies on FND_GLOBAL
12.1.1
-
APPS.WMS_LMS_UTILS dependencies on FND_GLOBAL
12.2.2
-
APPS.WMS_LMS_UTILS dependencies on FND_API
12.1.1