DBA Data[Home] [Help]

APPS.AHL_RM_ROUTE_PVT dependencies on AHL_ROUTES_V

Line 1094: FROM AHL_ROUTES_V

1090: attribute12,
1091: attribute13,
1092: attribute14,
1093: attribute15
1094: FROM AHL_ROUTES_V
1095: WHERE route_id = c_route_id;
1096:
1097: BEGIN
1098: x_return_status := FND_API.G_RET_STS_SUCCESS;

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

1096:
1097: BEGIN
1098: x_return_status := FND_API.G_RET_STS_SUCCESS;
1099:
1100: -- Get the old record from AHL_ROUTES_V.
1101: OPEN get_old_rec( p_route_id );
1102:
1103: FETCH get_old_rec INTO
1104: p_x_route_rec.route_no,