Search Results op_pkgd_itm
Overview
The OP_PKGD_ITM table is a core data object within the Process Manufacturing Logistics (GML) module of Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2. It serves as the master repository for packaged item definitions, which are distinct from bulk or raw material items. The table's primary role is to store the names and shipping weights for these packaged items, establishing a critical link between a sales package identifier and its corresponding bulk item. This master data is essential for downstream logistics, sales order processing, and pricing activities within the manufacturing and distribution cycle.
Key Information Stored
The table's structure centers on two key identifiers and their related attributes. The primary business key is the SALESPKG_ID, which uniquely identifies a packaged item within the sales and order management context. A unique constraint also exists on PACKAGED_ITEM_NO, providing an alternate identifier. A critical foreign key is BULK_ITEM_ID, which links the packaged item to its source bulk material defined in the inventory items master table (IC_ITEM_MST). While the explicit column list is not fully detailed in the provided metadata, the description confirms the table holds packaged item names and shipping weights, implying columns such as DESCRIPTION and SHIPPING_WEIGHT are present to support these functions.
Common Use Cases and Queries
This table is central to operations involving the sale and shipment of finished goods. Common use cases include generating packing lists with accurate weights, determining freight charges, and ensuring the correct packaged item is selected on sales orders and quotations. A typical query might join OP_PKGD_ITM to the inventory master to retrieve a comprehensive item listing for a catalog or report.
- Sample Query for Packaged Item Details:
SELECT pi.salespkg_id, pi.packaged_item_no, pi.description, pi.shipping_weight, im.item_no AS bulk_item_number
FROM gml.op_pkgd_itm pi,
inv.ic_item_mst im
WHERE pi.bulk_item_id = im.item_id
AND im.organization_id = :p_org_id; - Reporting use cases often involve aggregating shipped weight by sales package or validating that all active packaged items have a valid bulk item reference.
Related Objects
As indicated by its foreign key relationships, OP_PKGD_ITM is a hub table referenced by several transactional entities. The primary key (SALESPKG_ID) is referenced by the OP_CUST_ITM (customer-specific item data), OP_ORDR_DTL (sales order lines), and OP_PRSL_DTL (proposal or quotation lines) tables, demonstrating its integral role in the order-to-cash process. Its defining relationship is with the inventory master, via the BULK_ITEM_ID foreign key to both IC_ITEM_MST and IC_ITEM_MST_B, anchoring packaged items to the foundational item definition.
-
Table: OP_PKGD_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Packaged item names and shipping weights. , implementation_dba_data: GML.OP_PKGD_ITM ,
-
Table: OP_PKGD_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Packaged item names and shipping weights. , implementation_dba_data: GML.OP_PKGD_ITM ,
-
SYNONYM: APPS.OP_PKGD_ITM
12.1.1
owner:APPS, object_type:SYNONYM, object_name:OP_PKGD_ITM, status:VALID,
-
SYNONYM: APPS.OP_PKGD_ITM
12.2.2
owner:APPS, object_type:SYNONYM, object_name:OP_PKGD_ITM, status:VALID,
-
VIEW: GML.OP_PKGD_ITM#
12.2.2
owner:GML, object_type:VIEW, object_name:OP_PKGD_ITM#, status:VALID,
-
VIEW: GML.OP_PKGD_ITM#
12.2.2
-
Table: OP_CUST_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer item information. , implementation_dba_data: GML.OP_CUST_ITM ,
-
Table: OP_CUST_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID, product: GML - Process Manufacturing Logistics , description: Customer item information. , implementation_dba_data: GML.OP_CUST_ITM ,
-
12.1.1 DBA Data
12.1.1
-
Table: OP_PRSL_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
TABLE: GML.OP_PKGD_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID,
-
Table: OP_PRSL_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PRSL_DTL, object_name:OP_PRSL_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order profile lines and blanket sales order lines. , implementation_dba_data: GML.OP_PRSL_DTL ,
-
Table: OP_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
Table: OP_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID, product: GML - Process Manufacturing Logistics , description: Order detail (order lines). , implementation_dba_data: GML.OP_ORDR_DTL ,
-
TABLE: GML.OP_PKGD_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_PKGD_ITM, object_name:OP_PKGD_ITM, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
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
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_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.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 ,
-
TABLE: GML.OP_CUST_ITM
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID,
-
TABLE: GML.OP_CUST_ITM
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_CUST_ITM, object_name:OP_CUST_ITM, status:VALID,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
TABLE: GML.OP_ORDR_DTL
12.2.2
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID,
-
TABLE: GML.OP_ORDR_DTL
12.1.1
owner:GML, object_type:TABLE, fnd_design_data:GML.OP_ORDR_DTL, object_name:OP_ORDR_DTL, status:VALID,
-
eTRM - GML Tables and Views
12.2.2
description: Tax reporting classes. ,
-
eTRM - GML Tables and Views
12.1.1
description: Tax reporting classes. ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1