DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_ALTERNATE_RESOURCES

Line 1888: FROM AHL_ALTERNATE_RESOURCES

1884: -- For Getting Alternate Resources for a Resource Requirement
1885: CURSOR get_alternate_aso_resources(c_rt_oper_resource_id NUMBER)
1886: IS
1887: SELECT aso_resource_id
1888: FROM AHL_ALTERNATE_RESOURCES
1889: WHERE rt_oper_resource_id=c_rt_oper_resource_id
1890: ORDER BY priority;
1891:
1892: -- For Getting the BOM Resource for the ASO Resource and the

Line 2101: FROM AHL_ALTERNATE_RESOURCES

2097: -- For Getting Alternate Resources for a Resource Requirement
2098: CURSOR get_alternate_aso_resources(c_rt_oper_resource_id NUMBER)
2099: IS
2100: SELECT aso_resource_id
2101: FROM AHL_ALTERNATE_RESOURCES
2102: WHERE rt_oper_resource_id=c_rt_oper_resource_id
2103: ORDER BY priority;
2104:
2105: -- For Getting the BOM Resource for the ASO Resource and the