Search Results dualum_ind
Overview
IC_ITEM_LOCT_VW is a database view owned by the APPS schema in Oracle E-Business Suite, residing in the GMF (Process Manufacturing Financials) product family. The ETRM metadata explicitly marks this object as OBSOLETE, with the documented description reading "OBSOLETE:Used in Financials for Lots." This designation is the single most important fact about the object: while the view remains VALID in the data dictionary and is still present in both 12.1.1 and 12.2.2 environments, it is a legacy construct that Oracle no longer intends for active use. Its historical role was to flatten the combination of item, warehouse, location, lot, and sublot attributes into a single denormalized code (LOC_CODE) for consumption by Process Manufacturing financial routines dealing with lot-level inventory valuation and costing. In current reporting and integration work, the view should be treated as a compatibility artifact rather than a recommended data source.
Underlying Base Objects
The view is defined over a four-way join. Three Process Manufacturing master tables are accessed through APPS synonyms — IC_ITEM_MST (items), IC_LOCT_MST (locations), and IC_LOTS_MST (lots) — and these are joined to MTL_SYSTEM_ITEMS, the Oracle Inventory item master synonym. The join predicates link IC_ITEM_MST.ITEM_ID to IC_LOTS_MST.ITEM_ID, relate IC_ITEM_MST.ITEM_NO to MTL_SYSTEM_ITEMS.SEGMENT1 to expose the Oracle item identifier, and constrain IC_LOCT_MST.LOCATION against a DECODE that falls back to the FND_PROFILE value 'IC$DEFAULT_LOCT' when the item's LOCT_CTL flag is zero. A fourth reference, FND_PROFILE (PACKAGE), supplies that default location profile value at query time. Rows are filtered with IM.DELETE_MARK = 0, excluding soft-deleted items.
Key Columns
- LOC_CODE — A concatenated key composed of warehouse code, an optional dotted location, an optional colon-prefixed lot number, and an optional dotted sublot number. The DECODE logic suppresses each segment when the corresponding control flag (LOCT_CTL, LOT_CTL, SUBLOT_CTL) on the item master is disabled.
- ORA_ITEM_ID / DLX_ITEM_ID / WHSE_ITEM_ID — The Oracle inventory item identifier, the Process Manufacturing item identifier, and the warehouse item identifier respectively, bridging the two item numbering schemes.
- ITEM_NO — The Process Manufacturing item number, matched to MTL_SYSTEM_ITEMS.SEGMENT1.
- DUALUM_IND — The dual unit of measure indicator on the item, which flags items transacted in both a primary and secondary UOM. This is the column most directly associated with the user's search term.
- PRIMARY_UOM / SECONDARY_UOM — The item's primary and secondary units of measure (ITEM_UM and ITEM_UM2).
- LOT_ID, LOT_NO, SUBLOT_NO, QC_GRADE, LOT_STATUS — Lot identity and quality attributes, each defaulted to zero or blank when the relevant control flag is off.
- LOCATION, WHSE_CODE — The resolved location (or profile default) and its parent warehouse code.
Common Use Cases and Queries
Because the view is obsolete, queries against it are typically encountered during upgrades, historical reconciliation, or when maintaining legacy customizations inherited from earlier Process Manufacturing implementations. The DUALUM_IND column is commonly searched during dual-UOM remediation exercises, since it quickly identifies items flagged for dual-unit processing. A representative query is:
SELECT ITEM_NO, DUALUM_IND, PRIMARY_UOM, SECONDARY_UOM FROM APPS.IC_ITEM_LOCT_VW WHERE DUALUM_IND IS NOT NULL;SELECT LOC_CODE, ITEM_NO, LOT_NO, SUBLOT_NO, QC_GRADE FROM APPS.IC_ITEM_LOCT_VW WHERE WHSE_CODE = :warehouse;SELECT COUNT(*) FROM APPS.IC_ITEM_LOCT_VW WHERE LOT_ID = 0 AND DUALUM_IND = 1;
For new development, Oracle recommends querying the underlying master tables or the supported Inventory views directly, as the obsolete status of IC_ITEM_LOCT_VW means it may be desupported without further notice.
-
Lookup Type: DUALUM_IND
12.1.1
product: GMI - Process Manufacturing Inventory , meaning: DUALUM_IND , description: DUALUM_IND ,
-
Lookup Type: DUALUM_IND
12.2.2
product: GMI - Process Manufacturing Inventory , meaning: DUALUM_IND , description: DUALUM_IND ,
-
View: IC_ITEM_LOCT_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_ITEM_LOCT_VW, object_name:IC_ITEM_LOCT_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: OBSOLETE:Used in Financials for Lots , implementation_dba_data: APPS.IC_ITEM_LOCT_VW ,
-
VIEW: GMI.GMI_ITEMS_XML_INTERFACE#
12.2.2
-
View: IC_ITEM_LOCT_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_ITEM_LOCT_VW, object_name:IC_ITEM_LOCT_VW, status:VALID, product: GMF - Process Manufacturing Financials , description: Used in Financials for Lots , implementation_dba_data: APPS.IC_ITEM_LOCT_VW ,
-
VIEW: GMI.IC_ITEM_MST_B#
12.2.2
-
VIEW: APPS.IC_ITEM_LOCT_VW
12.1.1
-
VIEW: APPS.IC_ITEM_LOCT_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_ITEM_LOCT_VW, object_name:IC_ITEM_LOCT_VW, status:VALID,
-
VIEW: APPS.IC_ITEM_LOCT_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMF.IC_ITEM_LOCT_VW, object_name:IC_ITEM_LOCT_VW, status:VALID,
-
APPS.GML_RQ_DB_COMMON SQL Statements
12.2.2
-
VIEW: APPS.IC_ITEM_LOCT_VW
12.2.2
-
VIEW: APPS.IC_MOVE_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_MOVE_ORDER_LINES_V, object_name:IC_MOVE_ORDER_LINES_V, status:VALID,
-
VIEW: APPS.IC_MOVE_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_MOVE_ORDER_LINES_V, object_name:IC_MOVE_ORDER_LINES_V, status:VALID,
-
APPS.GML_RQ_DB_COMMON SQL Statements
12.1.1
-
APPS.OE_DEFAULT_LOT_SERIAL SQL Statements
12.2.2
-
APPS.OE_DEFAULT_LOT_SERIAL SQL Statements
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.GML_BATCH_SO_RESERVATIONS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_BATCH_SO_RESERVATIONS_V1, object_name:GML_BATCH_SO_RESERVATIONS_V1, status:VALID,
-
VIEW: APPS.GML_BATCH_SO_RESERVATIONS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_BATCH_SO_RESERVATIONS_V1, object_name:GML_BATCH_SO_RESERVATIONS_V1, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
View: PMITS_ITEM_MASTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_ITEM_MASTER_V, object_name:PMITS_ITEM_MASTER_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: This is a view on top of OPM Item Master table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: APPS.PMITS_ITEM_MASTER_V ,
-
VIEW: APPS.PMITS_ITEM_MASTER_V
12.1.1
-
View: PMITS_ITEM_MASTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_ITEM_MASTER_V, object_name:PMITS_ITEM_MASTER_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: This is a view on top of OPM Item Master table. It contains all information relating to an item, such as lot/sublot control, unit of measure information, and all class and type designations. , implementation_dba_data: APPS.PMITS_ITEM_MASTER_V ,
-
VIEW: APPS.PMITS_ITEM_MASTER_V
12.2.2
-
TABLE: GMD.GMD_MATERIAL_DETAILS_GTMP
12.1.1
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_MATERIAL_DETAILS_GTMP, object_name:GMD_MATERIAL_DETAILS_GTMP, status:VALID,
-
View: IC_MOVE_ORDER_LINES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_MOVE_ORDER_LINES_V, object_name:IC_MOVE_ORDER_LINES_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used in the OPM Pick Lots form (ICPCKLOT.fmb), and gives the Move Order Lines information for the form. , implementation_dba_data: APPS.IC_MOVE_ORDER_LINES_V ,
-
APPS.GMI_WF_LOT_RETEST SQL Statements
12.1.1
-
APPS.GMI_WF_LOT_EXPIRY SQL Statements
12.1.1
-
VIEW: GMI.GMI_ITEMS_XML_INTERFACE#
12.2.2
owner:GMI, object_type:VIEW, object_name:GMI_ITEMS_XML_INTERFACE#, status:VALID,
-
APPS.GMI_WF_LOT_EXPIRY SQL Statements
12.2.2
-
VIEW: APPS.PMITS_ITEM_MASTER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_ITEM_MASTER_V, object_name:PMITS_ITEM_MASTER_V, status:VALID,
-
TABLE: GMD.GMD_MATERIAL_DETAILS_GTMP
12.2.2
owner:GMD, object_type:TABLE, fnd_design_data:GMD.GMD_MATERIAL_DETAILS_GTMP, object_name:GMD_MATERIAL_DETAILS_GTMP, status:VALID,
-
View: IC_MOVE_ORDER_LINES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_MOVE_ORDER_LINES_V, object_name:IC_MOVE_ORDER_LINES_V, status:VALID, product: GMI - Process Manufacturing Inventory , description: This view is used in the OPM Pick Lots form (ICPCKLOT.fmb), and gives the Move Order Lines information for the form. , implementation_dba_data: APPS.IC_MOVE_ORDER_LINES_V ,
-
APPS.GMI_WF_LOT_RETEST SQL Statements
12.2.2
-
TABLE: GMI.GMI_ITEMS_XML_INTERFACE
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEMS_XML_INTERFACE, object_name:GMI_ITEMS_XML_INTERFACE, status:VALID,
-
TABLE: GMI.GMI_ITEMS_XML_INTERFACE
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.GMI_ITEMS_XML_INTERFACE, object_name:GMI_ITEMS_XML_INTERFACE, status:VALID,
-
VIEW: APPS.PMITS_ITEM_MASTER_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMITS_ITEM_MASTER_V, object_name:PMITS_ITEM_MASTER_V, status:VALID,
-
APPS.GMI_MSCA_PUB SQL Statements
12.1.1
-
APPS.GMI_MSCA_PUB SQL Statements
12.2.2
-
View: GML_BATCH_SO_RESERVATIONS_V1
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_BATCH_SO_RESERVATIONS_V1, object_name:GML_BATCH_SO_RESERVATIONS_V1, status:VALID, product: GML - Process Manufacturing Logistics , description: OM Batch reservation view , implementation_dba_data: APPS.GML_BATCH_SO_RESERVATIONS_V1 ,
-
VIEW: GMI.IC_ITEM_MST_B#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_ITEM_MST_B#, status:VALID,
-
VIEW: APPS.IC_ITEM_MST_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ITEM_MST_VL, object_name:IC_ITEM_MST_VL, status:VALID,
-
VIEW: APPS.GMI_XFER_MST_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_XFER_MST_V, object_name:GMI_XFER_MST_V, status:VALID,
-
VIEW: APPS.GMI_XFER_MST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.GMI_XFER_MST_V, object_name:GMI_XFER_MST_V, status:VALID,
-
VIEW: APPS.IC_ITEM_MST_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_ITEM_MST_VL, object_name:IC_ITEM_MST_VL, status:VALID,
-
View: GML_BATCH_SO_RESERVATIONS_V1
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GML.GML_BATCH_SO_RESERVATIONS_V1, object_name:GML_BATCH_SO_RESERVATIONS_V1, status:VALID, product: GML - Process Manufacturing Logistics , description: OM Batch reservation view , implementation_dba_data: APPS.GML_BATCH_SO_RESERVATIONS_V1 ,
-
TABLE: GMI.IC_ITEM_MST_B
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID,
-
TABLE: GMI.IC_ITEM_MST_B
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_ITEM_MST_B, object_name:IC_ITEM_MST_B, status:VALID,
-
APPS.GMI_ITEM_PVT SQL Statements
12.1.1
-
APPS.OE_VALIDATE_LOT_SERIAL SQL Statements
12.2.2