Skip to content
JDE Reference

F46024

controlAlso in JDE World

Location capacity by quantity: the maximum count of an item or item dimension group, per UOM and container, that a location dimension group can hold — used when capacity is checked by quantity instead of volume.

What the badges mean
Superseded
Superseded — a newer table has replaced it, but older scripts still read this one.
Also in JDE World
Also present in JDE World A9.x on the same table name.
master
Data class: what the table holds — master data, transaction documents, control/setup values, history, or a workfile.
Read/write access
Access mode: how the paired program reads or writes this table — R (read), W (write), or R/W (both).
No lifecycle badge means the table is current and not documented in JDE World. In field listings, K marks a primary-key field.

Fields

7 fields · 6 key

7 fields.

Table fields: key flag, field name, DD alias, description, data type, length, and quirk flags (Julian date, implied decimals, padded string, UDC decode). 7 fields.
KeyFieldAliasDescriptionTypeLengthFlags
Primary keyLCMCUMCUBranch/plant the capacity rule applies to.String12
Primary keyLCSTY1STY1Location dimension group being capped.String6
Primary keyLCPRP6PRP6Item dimension group the cap applies to; blank when the row targets a specific item.String6
Primary keyLCITMITMShort item number the cap applies to; zero when the row targets a dimension group.Numeric8
Primary keyLCUOMUOMUnit of measure the maximum quantity is stated in.String2
Primary keyLCEQTYEQTYContainer code the cap assumes.String5
LCMAXQMAXQMaximum quantity a location of this group can hold — the quantity-method override to volume-based capacity.Numeric15

Field provenance: hand-curated.

Boilerplate SQL

Starting point for reading F46024 on Databricks — Julian dates, implied decimals, and padded strings are already converted. Set your Unity Catalog location and filter values below; they’re substituted into the SQL and the copy button.

Query parameters

4 parameters not filled: <catalog>, <schema_data>, <MCU>, <ITM>

-- ============================================================
-- Table  : F46024 Location capacity by quantity: the maximum count of an item or item dimension group, per UOM and container, that a location dimension group can hold — used when capacity is checked by quantity instead of volume.
-- Purpose: Column-selected read of F46024 — auto-generated from field metadata
-- Grain  : One row per LCMCU + LCSTY1 + LCPRP6 + LCITM + LCUOM + LCEQTY
-- Notes  : Auto-generated skeleton. Julian dates (CYYDDD) are converted to DATE and implied-decimal amounts are scaled (verify decimals in F9210); padded business-unit/UDC keys are TRIMmed. Audit columns (…USER/…PID/…UPMJ) are omitted — see the quirks guide. Set catalog/schema to your Unity Catalog location; fill remaining placeholders (<...>) for your tenant.
-- ============================================================
SELECT
  TRIM(f.LCMCU) AS "Branch/plant the capacity rule applies to.",
  f.LCSTY1 AS "Location dimension group being capped.",
  f.LCPRP6 AS "Item dimension group the cap applies to; blank when the row targets a specific item.",
  f.LCITM AS "Short item number the cap applies to; zero when the row targets a dimension group.",
  f.LCUOM AS "Unit of measure the maximum quantity is stated in.",
  f.LCEQTY AS "Container code the cap assumes.",
  f.LCMAXQ / POWER(10, 2) AS "Maximum quantity a location of this group can hold — the quantity-method override to volume-based capacity."  -- implied decimals: 2 (verify in F9210)
FROM <catalog>.<schema_data>.f46024 f
WHERE
  f.LCMCU = '<MCU>'
  -- AND f.LCITM = <ITM>
ORDER BY f.LCMCU;

Verified September 2026

Relationships

Diagram of 1-hop neighbors — join details below. UDC decode edges point coded fields at their F0005 lookup.

Programs That Use This Table

No program mappings populated for this table yet.

Browse more 46 tables

More Warehouse Management tables

Maintained by Summit Analytics, a supply chain analytics practice. The tools and references are free — the consulting is selective.

Part of the Summit Analytics reference library.

Work with the practice

Not affiliated with or endorsed by Oracle. Oracle, JD Edwards, and EnterpriseOne are registered trademarks of Oracle and/or its affiliates.