DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_RESOURCES

Line 1595: FROM AHL_RT_OPER_RESOURCES AR, AHL_RESOURCES ART

1591: IS
1592: SELECT AR.rt_oper_resource_id,
1593: AR.aso_resource_id,
1594: ART.name
1595: FROM AHL_RT_OPER_RESOURCES AR, AHL_RESOURCES ART
1596: WHERE AR.aso_resource_id = ART.resource_id
1597: AND AR.association_type_code=p_association_type
1598: AND AR.object_id=p_object_id;
1599: