Search Results ic_ship_cls
Overview
The IC_SHIP_CLS table is a foundational data object within the Oracle Process Manufacturing (OPM) Inventory module (GMI) of Oracle E-Business Suite. It serves as the master repository for defining and storing shipping class codes. A shipping class is a critical classification used to group items with similar shipping, handling, or transportation requirements. This classification is leveraged throughout the OPM suite to standardize and control logistics processes, influencing inventory management, warehouse operations, and order fulfillment. The table's primary role is to provide a validated list of shipping classes that can be assigned to items, thereby ensuring consistency in how shipping rules are applied across the manufacturing and distribution lifecycle.
Key Information Stored
Based on the provided metadata, the central column in the IC_SHIP_CLS table is ICSHIP_CLASS, which serves as the unique identifier (Primary Key: IC_SHIP_CLS_PK) for each shipping class definition. While the full column list is not detailed in the excerpt, typical columns in such a master definition table would include a description field (e.g., SHIP_CLASS_DESC), creation and last update dates, and the user who performed the action. The table also stores a TEXT_CODE column, which is a foreign key to the IC_TEXT_HDR table. This relationship allows for the association of extensive descriptive text or notes with a shipping class, providing detailed handling instructions or compliance information beyond a simple code and description.
Common Use Cases and Queries
The primary use case for the IC_SHIP_CLS table is the maintenance of the shipping class master list via the application's user interface. It is referenced whenever a user creates or updates an item in the IC_ITEM_MST table to assign a shipping class. From a reporting and query perspective, it is frequently joined to item and inventory tables to analyze or report on items based on their shipping characteristics. A common SQL pattern involves joining the item master to the shipping class table to generate a list of items and their shipping classifications:
- SELECT i.item_no, i.item_desc, s.icship_class, s.ship_class_desc FROM ic_item_mst i, ic_ship_cls s WHERE i.ship_class = s.icship_class;
Another critical use case is in warehouse management and shipping execution, where the class can determine packing rules, carrier selection, or freight calculations for inventory in specific warehouses (IC_WHSE_INV) or customer shipments (OP_CUST_SHP).
Related Objects
The IC_SHIP_CLS table has defined relationships with several key OPM tables, as indicated by its foreign keys. The IC_ITEM_MST (Item Master) table references it via the SHIP_CLASS column, making it fundamental to item definition. The IC_WHSE_INV (Warehouse Inventory) table references it, linking the shipping class to specific inventory stock locations. The OP_CUST_SHP (Customer Shipments) table references it, tying the class directly to outbound shipment documents. Furthermore, the relationship with IC_TEXT_HDR allows for extended descriptive text. It is important to note that the provided metadata states this table is "Not implemented in this database," which may indicate it is a legacy table not present in all configurations or its function has been superseded in certain versions; however, its defined relationships outline its intended integration points within the OPM data model.
-
Table: IC_SHIP_CLS
12.1.1
product: GMI - Process Manufacturing Inventory , description: This table contains the item shipping class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
Table: IC_SHIP_CLS
12.2.2
product: GMI - Process Manufacturing Inventory , description: This table contains the item shipping class definition for use throughout OPM. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_VALID_GRP dependencies on IC_SHIP_CLS
12.2.2
-
APPS.GMIVITM dependencies on IC_SHIP_CLS
12.2.2
-
APPS.GMIVITM dependencies on IC_SHIP_CLS
12.1.1
-
APPS.GMI_VALID_GRP dependencies on IC_SHIP_CLS
12.1.1
-
VIEW: APPS.IC_SHIP_CLS_DFV
12.1.1
-
VIEW: APPS.IC_SHIP_CLS_DFV
12.2.2
-
SYNONYM: APPS.IC_SHIP_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IC_SHIP_CLS, status:VALID,
-
Table: IC_WHSE_INV
12.2.2
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_INV, object_name:IC_WHSE_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse rules , implementation_dba_data: GMI.IC_WHSE_INV ,
-
VIEW: APPS.IC_SHIP_CLS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SHIP_CLS_VW, object_name:IC_SHIP_CLS_VW, status:VALID,
-
Table: OP_CUST_SHP
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID, product: GML - Process Manufacturing Logistics , description: Preferred shippers (carriers) and ship methods for customers. , implementation_dba_data: GML.OP_CUST_SHP ,
-
VIEW: APPS.IC_SHIP_CLS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMI.IC_SHIP_CLS_VW, object_name:IC_SHIP_CLS_VW, status:VALID,
-
Table: IC_WHSE_INV
12.1.1
owner:GMI, object_type:TABLE, fnd_design_data:GMI.IC_WHSE_INV, object_name:IC_WHSE_INV, status:VALID, product: GMI - Process Manufacturing Inventory , description: Warehouse rules , implementation_dba_data: GMI.IC_WHSE_INV ,
-
SYNONYM: APPS.IC_SHIP_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:IC_SHIP_CLS, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
Table: OP_CUST_SHP
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID, product: GML - Process Manufacturing Logistics , description: Preferred shippers (carriers) and ship methods for customers. , implementation_dba_data: GML.OP_CUST_SHP ,
-
VIEW: APPS.IC_SHIP_CLS_DFV
12.2.2
owner:APPS, object_type:VIEW, object_name:IC_SHIP_CLS_DFV, status:VALID,
-
VIEW: APPS.IC_SHIP_CLS_DFV
12.1.1
owner:APPS, object_type:VIEW, object_name:IC_SHIP_CLS_DFV, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
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
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 ,
-
APPS.GMI_VALID_GRP SQL Statements
12.1.1
-
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 ,
-
APPS.GMIVITM SQL Statements
12.2.2
-
APPS.GMIVITM SQL Statements
12.1.1
-
APPS.GMI_VALID_GRP SQL Statements
12.2.2
-
TABLE: GML.OP_CUST_SHP
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID,
-
TABLE: GML.OP_CUST_SHP
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_SHP, object_name:OP_CUST_SHP, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
-
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. ,
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.2.2
-
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 - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
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
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
12.1.1 DBA Data
12.1.1
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,