Search Results cr_sqdt_cls
Overview
The CR_SQDT_CLS table is a core data object within the Process Manufacturing Process Planning (GMP) module of Oracle E-Business Suite (EBS) versions 12.1.1 and 12.2.2. It is designed to store master data for sequence-dependent classes, which are critical for modeling production constraints in process industries. These classes categorize items or resources based on their sequence-dependent setup characteristics, enabling the planning system to calculate optimal production sequences that minimize changeover times and costs between different product families or grades. Its role is integral to advanced planning and scheduling (APS) operations within the manufacturing flow.
Key Information Stored
Based on the provided ETRM metadata, the primary data element stored is the sequence-dependent class identifier. The table's structure is centered around the SEQ_DPND_CLASS column, which serves as the primary key (CR_SQDT_CLS_PK). This key uniquely identifies each class definition. The table also contains a foreign key column, TEXT_CODE, which links to the CR_TEXT_HDR table. This relationship allows for the association of descriptive, multilingual text with each sequence-dependent class, ensuring that class descriptions can be maintained in multiple languages for global implementations.
Common Use Cases and Queries
A primary use case is the configuration and maintenance of sequence-dependent rules within Process Planning. Planners utilize these classes to define setup matrices that dictate the time or cost penalty for transitioning production from one item class to another. Common operational queries involve listing all defined classes for setup or reporting purposes, and validating item classifications. For example, a basic query to retrieve all classes with their descriptions would leverage the join to the text table:
SELECT cls.seq_dpnd_class, txt.description FROM cr_sqdt_cls cls, cr_text_hdr txt WHERE cls.text_code = txt.text_code;
Another critical query involves identifying all items assigned to a specific sequence-dependent class by joining to the IC_ITEM_MST table, which references this class via its SEQ_DPND_CLASS column.
Related Objects
The CR_SQDT_CLS table has defined relationships with several other key EBS tables, forming the backbone of sequence-dependent planning logic. As per the foreign key metadata, it is referenced by:
- CR_SQDS_TBL: This table stores the sequence-dependent setup rules themselves. It references CR_SQDT_CLS twice, via
FROM_ITEM_CLASSandTO_ITEM_CLASS, to define the transition cost or time from one class to another. - IC_ITEM_MST: The item master table holds a
SEQ_DPND_CLASScolumn, linking each manufactured item to its respective sequence-dependent classification for planning calculations. - CR_TEXT_HDR: Provides descriptive text for the class codes through the
TEXT_CODEforeign key relationship.
It is important to note the ETRM's "Implementation/DBA Data" flag stating "Not implemented in this database." This typically indicates the table is delivered as a seed data repository or its population is contingent on specific module configurations, and it may not contain transactional data in a fresh installation.
-
Table: CR_SQDT_CLS
12.1.1
product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent class , implementation_dba_data: Not implemented in this database ,
-
Table: CR_SQDT_CLS
12.2.2
product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent class , implementation_dba_data: Not implemented in this database ,
-
APPS.GMI_VALID_GRP dependencies on CR_SQDT_CLS
12.2.2
-
APPS.GMIVITM dependencies on CR_SQDT_CLS
12.2.2
-
APPS.GMI_VALID_GRP dependencies on CR_SQDT_CLS
12.1.1
-
APPS.GMIVITM dependencies on CR_SQDT_CLS
12.1.1
-
Table: CR_SQDS_TBL
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_SQDS_TBL, object_name:CR_SQDS_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent setup , implementation_dba_data: GMP.CR_SQDS_TBL ,
-
Table: CR_SQDS_TBL
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_SQDS_TBL, object_name:CR_SQDS_TBL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Sequence-dependent setup , implementation_dba_data: GMP.CR_SQDS_TBL ,
-
Table: CR_TEXT_HDR
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_TEXT_HDR, object_name:CR_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Capacity , implementation_dba_data: GMP.CR_TEXT_HDR ,
-
Table: CR_TEXT_HDR
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_TEXT_HDR, object_name:CR_TEXT_HDR, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Table used to store text types for Capacity , implementation_dba_data: GMP.CR_TEXT_HDR ,
-
SYNONYM: APPS.CR_SQDT_CLS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CR_SQDT_CLS, status:VALID,
-
SYNONYM: APPS.CR_SQDT_CLS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CR_SQDT_CLS, status:VALID,
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:GMIVITM, 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.GMI_VALID_GRP
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:GMI_VALID_GRP, status:VALID,
-
VIEW: APPS.CR_SQDT_CLS_VW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_SQDT_CLS_VW, object_name:CR_SQDT_CLS_VW, 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,
-
12.2.2 FND Design Data
12.2.2
-
VIEW: APPS.CR_SQDT_CLS_VW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_SQDT_CLS_VW, object_name:CR_SQDT_CLS_VW, status:VALID,
-
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.GMI_VALID_GRP SQL Statements
12.1.1
-
APPS.GMIVITM SQL Statements
12.1.1
-
APPS.GMIVITM SQL Statements
12.2.2
-
APPS.GMI_VALID_GRP SQL Statements
12.2.2
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
PACKAGE BODY: APPS.GMIVITM
12.2.2
-
PACKAGE BODY: APPS.GMIVITM
12.1.1
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.1.1
-
PACKAGE BODY: APPS.GMI_VALID_GRP
12.2.2
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1