Search Results wms_label_formats
Overview
WMS_LABEL_FORMATS is a Warehouse Management (WMS) module table in the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 environments. It stores the master list of label formats that have been defined in the system for each label type. During label printing execution, the WMS rules engine evaluates the defined business rules and selects an appropriate label format from this table, which is then rendered and sent to the specified printer. In this manner, WMS_LABEL_FORMATS acts as the central repository that connects label business rules to the physical label templates associated with documents such as receipts, put-away labels, LPN labels, shipping labels, and material handling labels.
From a data modeling perspective, the heuristic Data Vault classification for this object is hub-leaning. This classification is inferred from its foreign key structure, where the table is the referenced parent for several dependent tables but does not itself carry heavy transactional history in its base columns. As a modeling suggestion, WMS_LABEL_FORMATS is best treated as a hub entity keyed on the label format identifier, with its descriptive attributes and edition-based change history modeled separately.
Key Information Stored
WMS_LABEL_FORMATS is a wide table containing 39 documented columns in the 12.2.2 schema. The most significant columns include:
- LABEL_FORMAT_ID — The surrogate primary key of the table, backed by the unique index WMS_LABEL_FORMATS_PK1. It uniquely identifies each label format record and is referenced by dependent tables.
- LABEL_FORMAT_NAME — The business-facing name of the label format. Combined with the edition column, it forms a unique business key through the WMS_LABEL_FORMATS_U2 index.
- FORMAT_DESCRIPTION — A descriptive text field explaining the purpose or contents of the label format.
- DOCUMENT_ID — Links the label format to its underlying document definition used during rendering.
- DEFAULT_FORMAT_FLAG — Indicates whether the format is the default selection for its label type when the rules engine evaluates candidate formats.
- FORMAT_DISABLE_DATE — The date on which the label format becomes inactive and is no longer eligible for selection.
- LABEL_ENTITY_TYPE — Specifies the business entity type (for example, LPN or item) to which the label format applies.
- PRINTER_NAME — Identifies the target printer associated with the format.
- GENERATE_EPC, EPC_RULE_ID, EPC_RULE_TYPE, and EPC_CATEGORY_ID — Govern Electronic Product Code generation behavior for RFID-enabled label formats.
- FILTER_VALUE — A selection constraint used by the rules engine when matching formats.
- ZD_EDITION_NAME — The edition column supporting edition-based redefinition and record versioning.
- Standard WHO columns — LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, CREATED_BY, and the ATTRIBUTE1 through ATTRIBUTE15 descriptive flexfield columns.
Common Use Cases and Queries
The most common practical scenario is identifying which label formats are currently active and available for a given label type. A typical query filters out disabled formats:
- Query active label formats by name or description: SELECT label_format_id, label_format_name, format_description FROM wms_label_formats WHERE format_disable_date IS NULL OR format_disable_date > SYSDATE;
- Identify the default label format for a given entity type: SELECT label_format_name FROM wms_label_formats WHERE default_format_flag = 'Y' AND label_entity_type = :entity_type;
- Trace which label requests used a specific format by joining to WMS_LABEL_REQUESTS on LABEL_FORMAT_ID to support audit and troubleshooting of printed labels.
- Report on EPC-enabled formats using GENERATE_EPC and the associated EPC rule columns for RFID compliance reporting.
These queries are frequently used in label troubleshooting, warehouse configuration migration, and reporting on label printing activity.
Related Objects
The following objects depend on or reference WMS_LABEL_FORMATS through documented foreign key relationships:
- WMS_LABEL_REQUESTS — References WMS_LABEL_FORMATS via LABEL_FORMAT_ID, capturing each label printing request.
- WMS_LABEL_REQUESTS_HIST — The historical counterpart, also referencing LABEL_FORMAT_ID for printed label audit trails.
- WMS_LABEL_FIELD_VARIABLES — References WMS_LABEL_FORMATS via LABEL_FORMAT_ID, defining the variable fields available on each label format.
Together these children make WMS_LABEL_FORMATS the anchor of the WMS label printing configuration model, with the base table functioning as the hub and the request and field-variable tables acting as dependent satellites.
-
Table: WMS_LABEL_FORMATS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_FORMATS, object_name:WMS_LABEL_FORMATS, status:VALID, product: WMS - Warehouse Management , description: This table stores a list of all label formats defined in the system for a label type. During label printing execution using the rules engine an appropriate label format will be picked and printed. , implementation_dba_data: WMS.WMS_LABEL_FORMATS ,
-
Table: WMS_LABEL_FORMATS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_FORMATS, object_name:WMS_LABEL_FORMATS, status:VALID, product: WMS - Warehouse Management , description: This table stores a list of all label formats defined in the system for a label type. During label printing execution using the rules engine an appropriate label format will be picked and printed. , implementation_dba_data: WMS.WMS_LABEL_FORMATS ,
-
VIEW: APPS.WMS_LABEL_SET_FORMATS_V
12.1.1
-
VIEW: APPS.WMS_LABEL_SET_FORMATS_V
12.2.2
-
VIEW: APPS.WMS_LABEL_FORMATS_DFV
12.1.1
-
VIEW: WMS.WMS_LABEL_FORMATS#
12.2.2
owner:WMS, object_type:VIEW, object_name:WMS_LABEL_FORMATS#, status:VALID,
-
VIEW: APPS.WMS_LABEL_FORMATS_DFV
12.2.2
-
TRIGGER: APPS.WMS_LABEL_FORMATS+
12.2.2
owner:APPS, object_type:TRIGGER, object_name:WMS_LABEL_FORMATS+, status:VALID,
-
SYNONYM: APPS.WMS_LABEL_FORMATS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:WMS_LABEL_FORMATS, status:VALID,
-
View: WMS_LABEL_SET_FORMATS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LABEL_SET_FORMATS_V, object_name:WMS_LABEL_SET_FORMATS_V, status:VALID, product: WMS - Warehouse Management , description: Stores information about set and format , implementation_dba_data: APPS.WMS_LABEL_SET_FORMATS_V ,
-
VIEW: APPS.WMS_LABEL_FORMATS_V
12.1.1
-
SYNONYM: APPS.WMS_LABEL_FORMATS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:WMS_LABEL_FORMATS, status:VALID,
-
View: WMS_LABEL_SET_FORMATS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LABEL_SET_FORMATS_V, object_name:WMS_LABEL_SET_FORMATS_V, status:VALID, product: WMS - Warehouse Management , description: Stores information about set and format , implementation_dba_data: APPS.WMS_LABEL_SET_FORMATS_V ,
-
TRIGGER: APPS.WMS_LABEL_FORMATS+
12.2.2
-
VIEW: APPS.WMS_LABEL_FORMATS_V
12.2.2
-
APPS.WMS_LABEL_FORMATS_PKG SQL Statements
12.2.2
-
APPS.WMS_LABEL_FORMATS_PKG SQL Statements
12.1.1
-
VIEW: WMS.WMS_LABEL_FORMATS#
12.2.2
-
FUNCTION: APPS.WMS_LABEL_FORMATS=
12.2.2
-
FUNCTION: APPS.WMS_LABEL_FORMATS=
12.2.2
owner:APPS, object_type:FUNCTION, object_name:WMS_LABEL_FORMATS=, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
Table: WMS_LABEL_FIELD_VARIABLES
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_FIELD_VARIABLES, object_name:WMS_LABEL_FIELD_VARIABLES, status:VALID, product: WMS - Warehouse Management , description: This table stores all the label field variables that are required in a cerain label format. , implementation_dba_data: WMS.WMS_LABEL_FIELD_VARIABLES ,
-
12.2.2 DBA Data
12.2.2
-
Table: WMS_LABEL_FIELD_VARIABLES
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_FIELD_VARIABLES, object_name:WMS_LABEL_FIELD_VARIABLES, status:VALID, product: WMS - Warehouse Management , description: This table stores all the label field variables that are required in a cerain label format. , implementation_dba_data: WMS.WMS_LABEL_FIELD_VARIABLES ,
-
Table: WMS_LABEL_REQUESTS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_REQUESTS, object_name:WMS_LABEL_REQUESTS, status:VALID, product: WMS - Warehouse Management , description: This table stores information about label printing requests. These records are used by rules engine to provide label format based on the label format rules and label request information. , implementation_dba_data: WMS.WMS_LABEL_REQUESTS ,
-
Table: WMS_LABEL_REQUESTS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_REQUESTS, object_name:WMS_LABEL_REQUESTS, status:VALID, product: WMS - Warehouse Management , description: This table stores information about label printing requests. These records are used by rules engine to provide label format based on the label format rules and label request information. , implementation_dba_data: WMS.WMS_LABEL_REQUESTS ,
-
PACKAGE BODY: APPS.WMS_LABEL_FORMATS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_LABEL_FORMATS_PKG, status:VALID,
-
VIEW: APPS.WMS_LABEL_FORMATS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:WMS_LABEL_FORMATS_DFV, status:VALID,
-
VIEW: APPS.WMS_LABEL_FORMATS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:WMS_LABEL_FORMATS_DFV, status:VALID,
-
PACKAGE BODY: APPS.WMS_LABEL_FORMATS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_LABEL_FORMATS_PKG, status:VALID,
-
PACKAGE BODY: APPS.WMS_EPC_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_EPC_PVT, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT3
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT3, status:VALID,
-
View: WMS_LABEL_FORMATS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LABEL_FORMATS_V, object_name:WMS_LABEL_FORMATS_V, status:VALID, product: WMS - Warehouse Management , description: This view serves as a base table for the LABELS_FORMATS block in WMSLABEL.fmb (starting version 115.3) replacing WMS_LABEL_V , implementation_dba_data: APPS.WMS_LABEL_FORMATS_V ,
-
View: WMS_LABEL_FORMATS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:WMS.WMS_LABEL_FORMATS_V, object_name:WMS_LABEL_FORMATS_V, status:VALID, product: WMS - Warehouse Management , description: This view serves as a base table for the LABELS_FORMATS block in WMSLABEL.fmb (starting version 115.3) replacing WMS_LABEL_V , implementation_dba_data: APPS.WMS_LABEL_FORMATS_V ,
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.WMS_EPC_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:WMS_EPC_PVT, status:INVALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT3
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT3, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
PACKAGE BODY: APPS.INV_LABEL_PVT2
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT2, status:VALID,
-
PACKAGE BODY: APPS.INV_INV_LOVS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_INV_LOVS, status:VALID,
-
PACKAGE BODY: APPS.INV_INV_LOVS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_INV_LOVS, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT1
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT1, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT4
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT4, status:VALID,
-
PACKAGE BODY: APPS.INV_LABEL_PVT2
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:INV_LABEL_PVT2, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
TABLE: WMS.WMS_LABEL_FORMATS
12.2.2
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_FORMATS, object_name:WMS_LABEL_FORMATS, status:VALID,
-
TABLE: WMS.WMS_LABEL_FORMATS
12.1.1
owner:WMS, object_type:TABLE, fnd_design_data:WMS.WMS_LABEL_FORMATS, object_name:WMS_LABEL_FORMATS, status:VALID,
-
12.2.2 FND Design Data
12.2.2