Cannot close visit because not all the Maintenance Requirements in this visit have been signed off o
edited Apr 3, 2011 11:10PM in Complex Maintenance, Repair and Overhaul - EBS (MOSC) 1 commentAnswered
Hi I am facing the below issue whil trying to close the visit.
"Cannot close visit because not all the Maintenance Requirements in this visit have been signed off or deferred."
When I check the API, found that
-- 2) Cursor to check that the unit effectivities are updated properly
-- If there are any which is in wrong status, can not close visit
-- PLANNED tasks can not be canncelled. UMP enforcing that rule
CURSOR get_ue_tasks_csr (p_visit_id IN NUMBER) IS
SELECT UE.unit_effectivity_id
FROM ahl_unit_effectivities_b UE, ahl_visit_tasks_b VT
"Cannot close visit because not all the Maintenance Requirements in this visit have been signed off or deferred."
When I check the API, found that
-- 2) Cursor to check that the unit effectivities are updated properly
-- If there are any which is in wrong status, can not close visit
-- PLANNED tasks can not be canncelled. UMP enforcing that rule
CURSOR get_ue_tasks_csr (p_visit_id IN NUMBER) IS
SELECT UE.unit_effectivity_id
FROM ahl_unit_effectivities_b UE, ahl_visit_tasks_b VT
0