Search Results ahl_resources
Overview
The AHL_RESOURCES table is a core data repository within the Oracle E-Business Suite (EBS) Complex Maintenance, Repair, and Overhaul (CMRO) application. It serves as the master table for defining ASO (After-Sales Operations) resources. These resources represent the skilled personnel, such as technicians or engineers, who perform maintenance and repair tasks. The table's primary function is to establish a link between the CMRO resource model and the Human Resources (HR) skill and certification framework, enabling precise assignment of qualified personnel to specific job requirements based on skill type, skill level, and certifications.
Key Information Stored
The table's structure is centered on uniquely identifying and describing each resource. The primary key is RESOURCE_ID, a unique system-generated identifier. The NAME column is also a unique key (AHL_RESOURCES_UK1), enforcing uniqueness for the resource's descriptive name. While the provided metadata does not list all columns, the description indicates the table stores data to facilitate the relationship with HR's skill attributes. This typically implies columns for categorization, status, and linkage to other EBS entities. The table is the parent for several critical foreign key relationships, establishing its role as the authoritative source for resource definitions within the CMRO module.
Common Use Cases and Queries
This table is central to resource planning and assignment processes. Common operational and reporting scenarios include querying for resources with specific skill profiles to staff a work order, validating resource availability against certification requirements, and generating master lists of all active maintenance personnel. A typical query might join AHL_RESOURCES with its child skill table, AHL_RESOURCE_SKILLS, to filter resources. For example:
- Identifying resources by name or ID for assignment to a routing operation.
- Reporting on all resources mapped to a particular skill or certification level.
- Validating that a resource assigned to a task meets the predefined skill prerequisites stored in related CMRO setup tables.
A foundational SQL pattern is: SELECT resource_id, name FROM ahl_resources WHERE [conditions on status or attributes];
Related Objects
The AHL_RESOURCES table has defined relationships with several other CMRO tables, as indicated by its foreign key constraints. Key related objects include:
- AHL_RESOURCE_SKILLS: Stores the specific skills, levels, and certifications associated with each resource defined in AHL_RESOURCES.
- AHL_ALTERNATE_RESOURCES and AHL_RESOURCE_MAPPINGS: Used for defining substitute resources and mapping resources to other entities, referencing the primary ASO resource.
- AHL_RT_OPER_RESOURCES: Links resources to specific routing operations, enabling labor scheduling and costing.
These relationships underscore the table's position as the central hub for resource data, feeding into operational assignment, skill management, and planning subsystems within Oracle CMRO.
-
Table: AHL_RESOURCES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RESOURCES, object_name:AHL_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the ASO resource, which can be related to HR's skill type, skill lvevl and certifiaction. , implementation_dba_data: AHL.AHL_RESOURCES ,
-
Table: AHL_RESOURCES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RESOURCES, object_name:AHL_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the ASO resource, which can be related to HR's skill type, skill lvevl and certifiaction. , implementation_dba_data: AHL.AHL_RESOURCES ,
-
APPS.AHL_RM_OPERATION_PUB dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_PRD_UTIL_PKG dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_RT_OPER_RESOURCE_PVT dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_ASO_RESOURCE_PVT dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_RM_ROUTE_PUB dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_RM_RT_OPER_RESOURCE_PVT dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_ASO_RESOURCE_PVT dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_RA_NR_PROFILE_PVT dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_RT_OPER_RESOURCE_PVT dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_LTP_RESRC_LEVL_PVT dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_ROUTE_PUB dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_ROUTE_UTIL dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_OPERATION_PUB dependencies on AHL_RESOURCES
12.1.1
-
APPS.AHL_RM_RT_OPER_RESOURCE_PVT dependencies on AHL_RESOURCES
12.2.2
-
APPS.AHL_PRD_UTIL_PKG dependencies on AHL_RT_OPER_RESOURCES
12.2.2
-
APPS.AHL_RM_ASO_RESOURCE_PVT dependencies on AHL_RESOURCES_S
12.2.2
-
APPS.AHL_RM_ASO_RESOURCE_PVT dependencies on AHL_RESOURCES_S
12.1.1
-
VIEW: AHL.AHL_RESOURCES#
12.2.2
owner:AHL, object_type:VIEW, object_name:AHL_RESOURCES#, status:VALID,
-
SYNONYM: APPS.AHL_RESOURCES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:AHL_RESOURCES, status:VALID,
-
VIEW: APPS.AHL_ALTERNATE_RESOURCES_V
12.2.2
-
VIEW: APPS.AHL_ALTERNATE_RESOURCES_V
12.1.1
-
SYNONYM: APPS.AHL_RESOURCES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:AHL_RESOURCES, status:VALID,
-
VIEW: APPS.AHL_RESOURCES_V
12.1.1
-
VIEW: APPS.AHL_RESOURCES_V
12.2.2
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RT_OPER_RESOURCES
12.1.1
-
APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RT_OPER_RESOURCES
12.2.2
-
VIEW: APPS.AHL_RESOURCE_SKILLS_V
12.1.1
-
VIEW: APPS.AHL_RESOURCE_SKILLS_V
12.2.2
-
VIEW: AHL.AHL_RESOURCES#
12.2.2
-
APPS.AHL_RM_ASO_RESOURCE_PVT SQL Statements
12.2.2
-
APPS.AHL_PRD_UTIL_PKG dependencies on AHL_RESOURCE_MAPPINGS
12.2.2
-
Table: AHL_RESOURCE_MAPPINGS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RESOURCE_MAPPINGS, object_name:AHL_RESOURCE_MAPPINGS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the mapping between ASO resource and BOM resource. , implementation_dba_data: AHL.AHL_RESOURCE_MAPPINGS ,
-
Table: AHL_RESOURCE_MAPPINGS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RESOURCE_MAPPINGS, object_name:AHL_RESOURCE_MAPPINGS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the mapping between ASO resource and BOM resource. , implementation_dba_data: AHL.AHL_RESOURCE_MAPPINGS ,
-
APPS.AHL_RM_ASO_RESOURCE_PVT SQL Statements
12.1.1
-
Table: AHL_ALTERNATE_RESOURCES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ALTERNATE_RESOURCES, object_name:AHL_ALTERNATE_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the alternate ASO resources for the resource requirements. , implementation_dba_data: AHL.AHL_ALTERNATE_RESOURCES ,
-
Table: AHL_ALTERNATE_RESOURCES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_ALTERNATE_RESOURCES, object_name:AHL_ALTERNATE_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the alternate ASO resources for the resource requirements. , implementation_dba_data: AHL.AHL_ALTERNATE_RESOURCES ,
-
Table: AHL_RT_OPER_RESOURCES
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_RESOURCES, object_name:AHL_RT_OPER_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the resource requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_RESOURCES ,
-
Table: AHL_RT_OPER_RESOURCES
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RT_OPER_RESOURCES, object_name:AHL_RT_OPER_RESOURCES, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the resource requirements for a Route or an Operation. , implementation_dba_data: AHL.AHL_RT_OPER_RESOURCES ,
-
APPS.AHL_RM_RT_OPER_RESOURCE_PVT SQL Statements
12.2.2
-
Table: AHL_RESOURCE_SKILLS
12.2.2
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RESOURCE_SKILLS, object_name:AHL_RESOURCE_SKILLS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the relationship between the ASO resource and HR's skill type, skill lvevl and certifiaction. It should be obsolete for next release. , implementation_dba_data: AHL.AHL_RESOURCE_SKILLS ,
-
Table: AHL_RESOURCE_SKILLS
12.1.1
owner:AHL, object_type:TABLE, fnd_design_data:AHL.AHL_RESOURCE_SKILLS, object_name:AHL_RESOURCE_SKILLS, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , description: This table stores the relationship between the ASO resource and HR's skill type, skill lvevl and certifiaction. It should be obsolete for next release. , implementation_dba_data: AHL.AHL_RESOURCE_SKILLS ,
-
View: AHL_ALTERNATE_RESOURCES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:AHL.AHL_ALTERNATE_RESOURCES_V, object_name:AHL_ALTERNATE_RESOURCES_V, status:VALID, product: AHL - Complex Maintenance Repair and Overhaul , implementation_dba_data: APPS.AHL_ALTERNATE_RESOURCES_V ,