Search Results ic_pkgs_mst
Overview
The IC_PKGS_MST table is a core data structure within the Process Manufacturing Inventory (GMI) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It serves as the master repository for packaging definitions used in process manufacturing environments. While the official ETRM description is marked as "NOT USED," its extensive foreign key relationships and primary key constraints confirm its active role in the data model. The table's primary function is to define standard packaging units, such as boxes, drums, or pallets, which are then associated with items to manage inventory, costing, and transactions at the package level.
Key Information Stored
The table's central column is the primary key, PKG_ID, which uniquely identifies each packaging definition. Other critical columns define the physical and logistical characteristics of the package. The FILL_UM and TARE_UM columns store the unit of measure for the package's fill capacity and its tare (empty) weight, respectively, both referencing the SY_UOMS_MST table. The TEXT_CODE column provides a link to descriptive text stored in the IC_TEXT_HDR table, allowing for detailed package descriptions. Collectively, these columns enable the system to model complex packaging hierarchies and calculate net weights for inventory items.
Common Use Cases and Queries
A primary use case is retrieving the packaging definition for a specific item to support warehouse operations or shipping processes. For example, a query might join IC_PKGS_MST to the item master to list all items using a specific package type. Another common scenario is reporting on package specifications for compliance or labeling requirements, which involves joining to the units of measure and text tables. While direct data manipulation via custom code is discouraged in favor of standard APIs, analytical queries are frequent. A sample query pattern is:
- SELECT im.item_no, pm.pkg_id, pm.fill_um, uom.unit_desc FROM ic_item_mst im, ic_pkgs_mst pm, sy_uoms_mst uom WHERE im.pkg_id = pm.pkg_id AND pm.fill_um = uom.unit_code;
Related Objects
IC_PKGS_MST maintains integral relationships with several key inventory tables, as documented by its foreign keys. It is referenced as a parent table by the item master tables, IC_ITEM_MST and IC_ITEM_MST_B, via their PKG_ID columns, establishing the fundamental link between items and their packaging. Conversely, IC_PKGS_MST itself references the SY_UOMS_MST table twice: once for the fill unit of measure (FILL_UM) and once for the tare unit of measure (TARE_UM). It also holds a foreign key relationship to IC_TEXT_HDR via the TEXT_CODE column for descriptive text. These relationships underscore its role as a central hub for packaging data within the GMI schema.
-
Table: IC_PKGS_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_PKGS_MST ,
-
Table: IC_PKGS_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID, product: GMI - Process Manufacturing Inventory , description: *NOT USED* , implementation_dba_data: GMI.IC_PKGS_MST ,
-
SYNONYM: APPS.IC_PKGS_MST
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_PKGS_MST, status:VALID,
-
VIEW: GMI.IC_PKGS_MST#
12.2.2
owner:GMI, object_type:VIEW, object_name:IC_PKGS_MST#, status:VALID,
-
SYNONYM: APPS.IC_PKGS_MST
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_PKGS_MST, status:VALID,
-
VIEW: GMI.IC_PKGS_MST#
12.2.2
-
TABLE: GMI.IC_PKGS_MST
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID,
-
Table: SY_UOMS_MST
12.2.2
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
TABLE: GMI.IC_PKGS_MST
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_PKGS_MST, object_name:IC_PKGS_MST, status:VALID,
-
Table: SY_UOMS_MST
12.1.1
product: GMA - Process Manufacturing Systems , description: Unit of measure master for Oracle Process Manufacturing. Synchronized with MTL_UNITS_OF_MEASURE and associated tables when Oracle Financials is used. , implementation_dba_data: Not implemented in this database ,
-
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 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
Table: IC_TEXT_HDR
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: IC_TEXT_HDR
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_TEXT_HDR, object_name:IC_TEXT_HDR, status:VALID, product: GMI - Process Manufacturing Inventory , description: Master table for creation and storage of text codes associated with GMI tables. , implementation_dba_data: GMI.IC_TEXT_HDR ,
-
Table: 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, product: GMI - Process Manufacturing Inventory , description: This is the Item definition 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: GMI.IC_ITEM_MST_B ,
-
Table: 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, product: GMI - Process Manufacturing Inventory , description: This is the Item definition 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: GMI.IC_ITEM_MST_B ,
-
Table: IC_ITEM_MST
12.1.1
product: GMI - Process Manufacturing Inventory , description: This is the Item definition 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: Not implemented in this database ,
-
Table: IC_ITEM_MST
12.2.2
product: GMI - Process Manufacturing Inventory , description: This is the Item definition 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: Not implemented in this database ,
-
eTRM - GMI Tables and Views
12.2.2
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
eTRM - GMI Tables and Views
12.1.1
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
eTRM - GMI Tables and Views
12.1.1
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
eTRM - GMI Tables and Views
12.2.2
description: Table used to relate Item ID with Roles. If the Item ID is NULL, then Roles will be associated with the warehouse Item ID. This table will be used by the Lot Expiry/Retest Workflow. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1