Search Results cr_rsrc_cls_b
Overview
The CR_RSRC_CLS_B table is a core master data table within the Oracle E-Business Suite (EBS) Process Manufacturing (GMO) and Process Planning (GMP) modules. It serves as the foundational repository for defining and storing resource classes. In the context of Process Manufacturing, a resource class is a logical grouping of similar resources—such as equipment, labor, or utilities—used in production processes. This classification is essential for capacity planning, scheduling, and costing, as it allows the system to treat interchangeable resources as a single pool. The table's role is to establish a standardized catalog of these classifications, which are then referenced by individual resource definitions and process operation steps throughout the manufacturing lifecycle.
Key Information Stored
While the provided metadata does not list specific columns, the structure and relationships indicate the core data elements. The primary key, RESOURCE_CLASS, is the unique identifier for each classification code. A critical foreign key relationship exists via the TEXT_CODE column, which links to the CR_TEXT_HDR table. This relationship manages multilingual descriptive text (like name and description) for the resource class, enabling global deployments. Other typical columns in such a master table would include control attributes such as ENABLED_FLAG (to activate or deactivate the class), START_DATE, END_DATE for validity, and standard WHO columns (CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, LAST_UPDATED_BY) for auditing.
Common Use Cases and Queries
A primary use case is the setup and maintenance of the resource master (CR_RSRC_MST_B), where each resource must be assigned a valid RESOURCE_CLASS. This enables reporting and planning at an aggregated class level. Common queries include listing all active resource classes with their descriptions, or identifying all resources belonging to a specific class for capacity analysis. For example:
- To retrieve a list of all resource classes with their translated description:
SELECT rcb.RESOURCE_CLASS, cth.MEANING FROM GMP.CR_RSRC_CLS_B rcb, GMP.CR_TEXT_HDR cth WHERE rcb.TEXT_CODE = cth.TEXT_CODE AND rcb.ENABLED_FLAG = 'Y'; - To find all resources assigned to a class like 'REACTOR':
SELECT * FROM GMP.CR_RSRC_MST_B WHERE RESOURCE_CLASS = 'REACTOR';
This table is also central to configuration and setup reports used by manufacturing engineers and planners.
Related Objects
The CR_RSRC_CLS_B table has defined relationships with several key objects, as per the metadata. The CR_RSRC_MST_B (Resource Master) table holds a foreign key (RESOURCE_CLASS) referencing this table, making it a critical parent entity. The CR_TEXT_HDR table is linked via the TEXT_CODE foreign key to provide descriptive flexfield text. While not listed in the excerpt, it is common for this table to be referenced by planning and capacity views within the GMP and GMO schemas. The primary key constraint CR_RSRC_CLS_B_PK enforces the uniqueness of the RESOURCE_CLASS identifier, ensuring data integrity across the manufacturing foundation.
-
Table: CR_RSRC_CLS_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_B, object_name:CR_RSRC_CLS_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource class , implementation_dba_data: GMP.CR_RSRC_CLS_B ,
-
Table: CR_RSRC_CLS_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_B, object_name:CR_RSRC_CLS_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource class , implementation_dba_data: GMP.CR_RSRC_CLS_B ,
-
APPS.CR_RSRC_CLS_PKG dependencies on CR_RSRC_CLS_B
12.2.2
-
APPS.CR_RSRC_CLS_PKG dependencies on CR_RSRC_CLS_B
12.1.1
-
APPS.CR_RSRC_CLS_PKG SQL Statements
12.1.1
-
VIEW: GMP.CR_RSRC_CLS_B#
12.2.2
owner:GMP, object_type:VIEW, object_name:CR_RSRC_CLS_B#, status:VALID,
-
APPS.CR_RSRC_CLS_PKG SQL Statements
12.2.2
-
VIEW: APPS.CR_RSRC_CLS_VL
12.2.2
-
VIEW: GMP.CR_RSRC_CLS_B#
12.2.2
-
PACKAGE BODY: APPS.CR_RSRC_CLS_PKG
12.2.2
-
SYNONYM: APPS.CR_RSRC_CLS_B
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CR_RSRC_CLS_B, status:VALID,
-
SYNONYM: APPS.CR_RSRC_CLS_B
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CR_RSRC_CLS_B, status:VALID,
-
TABLE: GMP.CR_RSRC_CLS_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_B, object_name:CR_RSRC_CLS_B, status:VALID,
-
VIEW: APPS.CR_RSRC_CLS_VL
12.1.1
-
PACKAGE BODY: APPS.CR_RSRC_CLS_PKG
12.1.1
-
View: CR_RSRC_CLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_RSRC_CLS_VL, object_name:CR_RSRC_CLS_VL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Class view , implementation_dba_data: APPS.CR_RSRC_CLS_VL ,
-
TABLE: GMP.CR_RSRC_CLS_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_CLS_B, object_name:CR_RSRC_CLS_B, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.CR_RSRC_CLS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CR_RSRC_CLS_PKG, status:VALID,
-
View: CR_RSRC_CLS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_RSRC_CLS_VL, object_name:CR_RSRC_CLS_VL, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource Class view , implementation_dba_data: APPS.CR_RSRC_CLS_VL ,
-
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 ,
-
PACKAGE BODY: APPS.CR_RSRC_CLS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CR_RSRC_CLS_PKG, status:VALID,
-
Table: CR_RSRC_MST_B
12.1.1
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
APPS.CR_RSRC_CLS_PKG dependencies on CR_RSRC_CLS_TL
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
Table: CR_RSRC_MST_B
12.2.2
owner:GMP, object_type:TABLE, fnd_design_data:GMP.CR_RSRC_MST_B, object_name:CR_RSRC_MST_B, status:VALID, product: GMP - Process Manufacturing Process Planning , description: Resource master , implementation_dba_data: GMP.CR_RSRC_MST_B ,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.CR_RSRC_CLS_VL
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_RSRC_CLS_VL, object_name:CR_RSRC_CLS_VL, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.CR_RSRC_CLS_VL
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:GMP.CR_RSRC_CLS_VL, object_name:CR_RSRC_CLS_VL, status:VALID,
-
12.2.2 FND Design Data
12.2.2
-
APPS.CR_RSRC_CLS_PKG dependencies on CR_RSRC_CLS_TL
12.1.1
-
eTRM - GMP Tables and Views
12.2.2
description: * NOT USED * ,
-
eTRM - GMP Tables and Views
12.1.1
description: * NOT USED * ,
-
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