DBA Data[Home] [Help]

APPS.AHL_VWP_PROJ_PROD_PVT dependencies on AHL_VWP_VISIT_CST_PR_PVT

Line 14316: AHL_VWP_VISIT_CST_PR_PVT.check_for_release_visit

14312: END IF;
14313:
14314: -- We need to call release_visit only if all the visit tasks already do NOT have corresponding WOs
14315: -- If they already have WOs, just updating the visit status is sufficient
14316: AHL_VWP_VISIT_CST_PR_PVT.check_for_release_visit
14317: (
14318: p_visit_id =>p_visit_id,
14319: x_release_visit_required =>l_release_visit_required
14320: );