Search Results ps_plng_cls
Overview
The PS_PLNG_CLS table is a core data definition table within the Oracle E-Business Suite (EBS) Process Manufacturing Process Planning (GMP) module. It serves as the master repository for planning class definitions. A planning class is a critical classification used to group items and operations for production planning and scheduling purposes within a process manufacturing environment. Its primary role is to establish a logical framework that dictates how materials and resources are planned, enabling consistent scheduling rules, capacity requirements, and reporting across similar products or processes. The table's existence is fundamental to the configuration and execution of manufacturing planning workflows in EBS releases 12.1.1 and 12.2.2.
Key Information Stored
While the full column list is not detailed in the provided metadata, the primary and foreign key relationships indicate the essential attributes stored. The central column is PLANNING_CLASS, which is the table's primary key (PS_PLNG_CLS_PK) and holds the unique identifier for each planning class definition. Other significant columns include TEXT_CODE, which links to descriptive text in the IC_TEXT_HDR table, and REPORTING_UOM, which specifies the default unit of measure for reporting purposes, linked to the SY_UOMS_MST table. The table likely contains additional descriptive and control fields to define the behavior and properties of the planning class within the planning engine.
Common Use Cases and Queries
A primary use case is the setup and maintenance of planning parameters for new or existing items and operations. Analysts use this data to ensure items are assigned to the correct planning class to inherit appropriate scheduling and capacity rules. Common reporting involves listing all defined planning classes with their descriptions. A typical query would join PS_PLNG_CLS to the text and UOM tables for a comprehensive view:
SELECT pc.PLANNING_CLASS, txt.TEXT, uom.UOM_CODE FROM PS_PLNG_CLS pc, IC_TEXT_HDR txt, SY_UOMS_MST uom WHERE pc.TEXT_CODE = txt.TEXT_CODE(+) AND pc.REPORTING_UOM = uom.UOM_CODE(+);
Another critical use case is troubleshooting planning output by validating the planning class assignments on items (IC_ITEM_MST) and operations (PS_OPER_PCL) against the master definitions in PS_PLNG_CLS.
Related Objects
PS_PLNG_CLS has defined relationships with several key EBS tables, as per the provided foreign key metadata. It is referenced as a parent table by:
- IC_ITEM_MST: The item master table, where the PLANNING_CLASS column links an item to its planning definition.
- PS_OPER_PCL: The operations planning class table, which associates specific manufacturing operations with a planning class.
Furthermore, PS_PLNG_CLS itself references two other tables via foreign keys:
- IC_TEXT_HDR: To store descriptive, translatable text for the planning class via the TEXT_CODE.
- SY_UOMS_MST: To define the standard reporting unit of measure via the REPORTING_UOM column.
These relationships underscore its central role as a master configuration entity within the manufacturing planning data model.
-
Table: PS_PLNG_CLS
12.2.2
product: GMP - Process Manufacturing Process Planning , description: Planning class definitions. , implementation_dba_data: Not implemented in this database ,
-
Table: PS_PLNG_CLS
12.1.1
product: GMP - Process Manufacturing Process Planning , description: Planning class definitions. , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_VALID_GRP dependencies on PS_PLNG_CLS
12.1.1
-
APPS.GMIVITM dependencies on PS_PLNG_CLS
12.2.2
-
APPS.GMI_VALID_GRP dependencies on PS_PLNG_CLS
12.2.2
-
APPS.GMIVITM dependencies on PS_PLNG_CLS
12.1.1
-
VIEW: APPS.PMI_PLNG_CLS_LOV_V
12.1.1
-
APPS.GMPMRRP dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMPMRRP dependencies on IC_ITEM_MST
12.1.1
-
VIEW: APPS.PMI_PLNG_CLS_V
12.1.1
-
VIEW: APPS.PMI_PLNG_CLS_LOV_V
12.2.2
-
VIEW: APPS.PMI_PLNG_CLS_V
12.2.2
-
APPS.GMPMRACT dependencies on IC_ITEM_MST
12.2.2
-
APPS.GMPMRACT dependencies on IC_ITEM_MST
12.1.1
-
View: PMI_PLNG_CLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_V, object_name:PMI_PLNG_CLS_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Planning Class List Of Values View , implementation_dba_data: APPS.PMI_PLNG_CLS_V ,
-
View: PMI_PLNG_CLS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_LOV_V, object_name:PMI_PLNG_CLS_LOV_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Planning Class List Of Values View , implementation_dba_data: APPS.PMI_PLNG_CLS_LOV_V ,
-
View: PMI_PLNG_CLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_V, object_name:PMI_PLNG_CLS_V, status:VALID, product: PMI - Process Manufacturing Intelligence , description: Planning Class List Of Values View , implementation_dba_data: APPS.PMI_PLNG_CLS_V ,
-
View: PMI_PLNG_CLS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_LOV_V, object_name:PMI_PLNG_CLS_LOV_V, status:VALID, product: PMI - Process Manufacturing Intelligence (Obsolete) , description: Planning Class List Of Values View , implementation_dba_data: APPS.PMI_PLNG_CLS_LOV_V ,
-
Table: PS_OPER_PCL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.PS_OPER_PCL, object_name:PS_OPER_PCL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Associates operator codes and planning classes. , implementation_dba_data: GMP.PS_OPER_PCL ,
-
Table: PS_OPER_PCL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.PS_OPER_PCL, object_name:PS_OPER_PCL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Associates operator codes and planning classes. , implementation_dba_data: GMP.PS_OPER_PCL ,
-
SYNONYM: APPS.PS_PLNG_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PS_PLNG_CLS, status:VALID,
-
SYNONYM: APPS.PS_PLNG_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PS_PLNG_CLS, status:VALID,
-
VIEW: APPS.PMI_PLNG_CLS_LOV_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_LOV_V, object_name:PMI_PLNG_CLS_LOV_V, status:VALID,
-
VIEW: APPS.PMI_PLNG_CLS_LOV_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_LOV_V, object_name:PMI_PLNG_CLS_LOV_V, status:VALID,
-
VIEW: APPS.PMI_PLNG_CLS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_V, object_name:PMI_PLNG_CLS_V, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, status:VALID,
-
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,
-
VIEW: APPS.PMI_PLNG_CLS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PMI.PMI_PLNG_CLS_V, object_name:PMI_PLNG_CLS_V, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
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 ,
-
12.2.2 FND Design Data
12.2.2
-
APPS.GMPMRRP dependencies on FND_USER
12.2.2
-
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 ,
-
APPS.GMPMRRP dependencies on FND_USER
12.1.1
-
APPS.GMPMRACT dependencies on FND_USER
12.2.2
-
APPS.GMPMRACT dependencies on FND_USER
12.1.1
-
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 ,
-
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: 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 ,
-
APPS.GMIVITM SQL Statements
12.2.2
-
APPS.GMIVITM SQL Statements
12.1.1
-
APPS.GMI_VALID_GRP SQL Statements
12.2.2
-
APPS.GMI_VALID_GRP SQL Statements
12.1.1
-
APPS.GMPMRRP SQL Statements
12.1.1
-
VIEW: APPS.PS_PLNG_CLS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.PS_PLNG_CLS_VW, object_name:PS_PLNG_CLS_VW, status:VALID,
-
VIEW: APPS.PS_PLNG_CLS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.PS_PLNG_CLS_VW, object_name:PS_PLNG_CLS_VW, status:VALID,
-
APPS.GMPMRRP SQL Statements
12.2.2