Search Results crp_resource_plan
Overview
The CRP_RESOURCE_PLAN table is a core data object within the Oracle E-Business Suite Capacity (CRP) module. It serves as the primary repository for storing capacity resource plan data. This table is fundamental to the application's ability to model, analyze, and manage resource capacity against production demands. The resource plan data stored here is typically generated by the system's planning engines to provide a detailed view of resource utilization, enabling planners to identify bottlenecks and optimize production schedules. Its role is integral to the closed-loop manufacturing planning process, linking high-level planning recommendations to detailed capacity analysis.
Key Information Stored
While the provided ETRM metadata is concise, the table's structure and relationships indicate the nature of its data. The primary key, TRANSACTION_ID, uniquely identifies each resource plan record. A critical foreign key column is SOURCE_TRANSACTION_ID, which links the capacity plan back to its originating source transaction, typically a specific recommendation from the Master Production Schedule (MPS) or Material Requirements Planning (MRP) engine. Although specific column details are not listed, a table of this nature in the CRP module would commonly store information such as resource code, department, start and end dates for the planning bucket, available capacity, total required load, and the calculated utilization percentage. This data collectively forms a time-phased resource capacity plan.
Common Use Cases and Queries
The primary use case for the CRP_RESOURCE_PLAN table is reporting and analysis of capacity constraints. Planners execute queries to compare available resource hours against planned and scheduled load. A common SQL pattern involves joining to the MRP_RECOMMENDATIONS table to understand the demand driving the resource requirements. For instance, a report identifying over-utilized resources might follow this pattern:
- SELECT crp.resource_code, crp.plan_date, crp.available_hours, crp.required_hours FROM crp_resource_plan crp WHERE (crp.required_hours / crp.available_hours) > 1;
Another critical use case is tracing capacity requirements back to specific manufacturing or planned orders, achieved by joining via SOURCE_TRANSACTION_ID to MRP_RECOMMENDATIONS and related order tables. Data from this table is also essential for graphical capacity planning views within the Oracle EBS user interface.
Related Objects
The documented relationship data specifies a direct foreign key dependency for this table. The CRP_RESOURCE_PLAN table has a defined relationship where its SOURCE_TRANSACTION_ID column references the MRP_RECOMMENDATIONS table. This is a crucial link in the planning architecture, tethering capacity plans to the specific material planning recommendations that generated the demand. The primary key constraint CRP_RESOURCE_PLAN_PK on the TRANSACTION_ID column ensures the integrity of this table as a target for other potential relationships within the CRP schema, such as detailed resource assignments or utilization histograms, which are not explicitly detailed in the provided excerpt but are common in this module.
-
Table: CRP_RESOURCE_PLAN
12.2.2
owner:CRP, object_type:TABLE, fnd_design_data:CRP.CRP_RESOURCE_PLAN, object_name:CRP_RESOURCE_PLAN, status:VALID, product: CRP - Capacity , description: Capacity resource plan , implementation_dba_data: CRP.CRP_RESOURCE_PLAN ,
-
Table: CRP_RESOURCE_PLAN
12.1.1
owner:CRP, object_type:TABLE, fnd_design_data:CRP.CRP_RESOURCE_PLAN, object_name:CRP_RESOURCE_PLAN, status:VALID, product: CRP - Capacity , description: Capacity resource plan , implementation_dba_data: CRP.CRP_RESOURCE_PLAN ,
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on CRP_RESOURCE_PLAN
12.2.2
-
APPS.CRP_PLANNER_PK dependencies on CRP_RESOURCE_PLAN
12.1.1
-
APPS.CRP_PLANNER_PK dependencies on CRP_RESOURCE_PLAN
12.2.2
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on CRP_RESOURCE_PLAN
12.1.1
-
APPS.CRP_PLANNER_PK SQL Statements
12.2.2
-
APPS.CRP_PLANNER_PK SQL Statements
12.1.1
-
VIEW: APPS.CRP_RESOURCE_REQUIREMENTS_V
12.1.1
-
VIEW: CRP.CRP_RESOURCE_PLAN#
12.2.2
owner:CRP, object_type:VIEW, object_name:CRP_RESOURCE_PLAN#, status:VALID,
-
VIEW: APPS.CRP_RESOURCE_REQUIREMENTS_V
12.2.2
-
SYNONYM: APPS.CRP_RESOURCE_PLAN
12.1.1
owner:APPS, object_type:SYNONYM, object_name:CRP_RESOURCE_PLAN, status:VALID,
-
SYNONYM: APPS.CRP_RESOURCE_PLAN
12.2.2
owner:APPS, object_type:SYNONYM, object_name:CRP_RESOURCE_PLAN, status:VALID,
-
PACKAGE BODY: APPS.CRP_PLANNER_PK
12.1.1
-
View: CRP_RESOURCE_REQUIREMENTS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CRP.CRP_RESOURCE_REQUIREMENTS_V, object_name:CRP_RESOURCE_REQUIREMENTS_V, status:VALID, product: CRP - Capacity , description: View of detailed resource requirements , implementation_dba_data: APPS.CRP_RESOURCE_REQUIREMENTS_V ,
-
PACKAGE BODY: APPS.CRP_PLANNER_PK
12.2.2
-
View: CRP_RESOURCE_REQUIREMENTS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CRP.CRP_RESOURCE_REQUIREMENTS_V, object_name:CRP_RESOURCE_REQUIREMENTS_V, status:VALID, product: CRP - Capacity , description: View of detailed resource requirements , implementation_dba_data: APPS.CRP_RESOURCE_REQUIREMENTS_V ,
-
VIEW: APPS.CRP_RESOURCE_V
12.1.1
-
APPS.CRP_PLANNER_PK dependencies on MRP_PRINT_PK
12.1.1
-
VIEW: CRP.CRP_RESOURCE_PLAN#
12.2.2
-
APPS.CRP_PLANNER_PK dependencies on MRP_PRINT_PK
12.2.2
-
VIEW: APPS.CRP_RESOURCE_V
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
TABLE: CRP.CRP_RESOURCE_PLAN
12.1.1
owner:CRP, object_type:TABLE, fnd_design_data:CRP.CRP_RESOURCE_PLAN, object_name:CRP_RESOURCE_PLAN, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
TABLE: CRP.CRP_RESOURCE_PLAN
12.2.2
owner:CRP, object_type:TABLE, fnd_design_data:CRP.CRP_RESOURCE_PLAN, object_name:CRP_RESOURCE_PLAN, status:VALID,
-
VIEW: APPS.MRPFV_PLAN_RESOURCE_LOADS
12.1.1
-
APPS.CRP_PLANNER_PK dependencies on FND_PROFILE
12.2.2
-
VIEW: APPS.MRPBV_PLAN_RESOURCE_LOADS
12.1.1
-
VIEW: APPS.MRPBV_PLAN_RESOURCE_LOADS
12.2.2
-
Table: MRP_RECOMMENDATIONS
12.1.1
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
PACKAGE BODY: APPS.CRP_PLANNER_PK
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:CRP_PLANNER_PK, status:VALID,
-
PACKAGE BODY: APPS.CRP_PLANNER_PK
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:CRP_PLANNER_PK, status:VALID,
-
Table: MRP_RECOMMENDATIONS
12.2.2
owner:MRP, object_type:TABLE, fnd_design_data:MRP.MRP_RECOMMENDATIONS, object_name:MRP_RECOMMENDATIONS, status:VALID, product: MRP - Master Scheduling/MRP , description: MRP plan recommendations , implementation_dba_data: MRP.MRP_RECOMMENDATIONS ,
-
VIEW: APPS.MRPFV_PLAN_RESOURCE_LOADS
12.2.2
-
View: CRP_RESOURCE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:CRP.CRP_RESOURCE_V, object_name:CRP_RESOURCE_V, status:VALID, product: CRP - Capacity , description: Internal view for performance , implementation_dba_data: APPS.CRP_RESOURCE_V ,
-
APPS.CRP_PLANNER_PK dependencies on FND_PROFILE
12.1.1
-
Lookup Type: MRP_SNAPSHOT_DELETE_TASK
12.2.2
product: MRP - Master Scheduling/MRP , meaning: MRP SNAPSHOT DELETE TASK ,
-
View: CRP_RESOURCE_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:CRP.CRP_RESOURCE_V, object_name:CRP_RESOURCE_V, status:VALID, product: CRP - Capacity , description: Internal view for performance , implementation_dba_data: APPS.CRP_RESOURCE_V ,
-
eTRM - CRP Tables and Views
12.1.1
description: Simulation set names ,
-
PACKAGE BODY: APPS.MRP_CRP_HORIZONTAL_PLAN
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:MRP_CRP_HORIZONTAL_PLAN, status:VALID,
-
APPS.MRP_CRP_HORIZONTAL_PLAN dependencies on CRP_PLANNED_RESOURCES
12.1.1