DBA Data[Home] [Help]

APPS.AHL_RM_RT_OPER_RESOURCE_PVT dependencies on AHL_RM_ROUTE_PVT

Line 1221: l_x_route_rec AHL_RM_ROUTE_PVT.route_rec_type ;

1217: l_msg_count NUMBER;
1218: l_msg_data VARCHAR2(2000);
1219: l_rt_oper_resource_id NUMBER;
1220: l_x_operation_rec AHL_RM_OPERATION_PVT.operation_rec_type ;
1221: l_x_route_rec AHL_RM_ROUTE_PVT.route_rec_type ;
1222: BEGIN
1223: -- Initialize API return status to success
1224: x_return_status := FND_API.G_RET_STS_SUCCESS;
1225:

Line 2147: l_x_route_rec AHL_RM_ROUTE_PVT.route_rec_type ;

2143: l_msg_data VARCHAR2(2000);
2144: l_object_id NUMBER;
2145: l_association_type_code VARCHAR2(30);
2146: l_x_operation_rec AHL_RM_OPERATION_PVT.operation_rec_type ;
2147: l_x_route_rec AHL_RM_ROUTE_PVT.route_rec_type ;
2148:
2149: -- Added for bug fix# 6512803.
2150: l_resource_type_id NUMBER;
2151: l_max_rt_time_span NUMBER;