DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTES_V

Line 956: FROM AHL_ROUTES_V

952: attribute12,
953: attribute13,
954: attribute14,
955: attribute15
956: FROM AHL_ROUTES_V
957: WHERE route_id = c_route_id;
958:
959: BEGIN
960: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 962: -- Get the old record from AHL_ROUTES_V.

958:
959: BEGIN
960: x_return_status := FND_API.G_RET_STS_SUCCESS;
961:
962: -- Get the old record from AHL_ROUTES_V.
963: OPEN get_old_rec( p_route_id );
964:
965: FETCH get_old_rec INTO
966: p_x_route_rec.route_no,