DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on AHL_CMP_UTIL_PKG

Line 1480: IF (AHL_CMP_UTIL_PKG.Is_Comp_Visit (p_visit_id) = 'N' AND l_visit_start_date IS NOT NULL) THEN

1476: -- SURRKUMA :: 13914410 :: 03-APR-2012 :: Associate stage materials only if visit start date is not null
1477: OPEN get_visit_start_date(p_visit_id);
1478: FETCH get_visit_start_date INTO l_visit_start_date;
1479: CLOSE get_visit_start_date;
1480: IF (AHL_CMP_UTIL_PKG.Is_Comp_Visit (p_visit_id) = 'N' AND l_visit_start_date IS NOT NULL) THEN
1481:
1482: -- SKPATHAK :: 20-JUN-2011 :: VWPE: ER:12673125 :: START
1483: -- For every MR, associate the materials based on the MR Profile to the stage tasks
1484: IF (fnd_log.level_statement >= fnd_log.g_current_runtime_level) THEN

Line 1524: END IF; -- if AHL_CMP_UTIL_PKG.Is_Comp_Visit (p_visit_id) = 'N'

1520: END IF;
1521: END IF;
1522: -- SKPATHAK :: 20-JUN-2011 :: VWPE: ER:12673125 :: END
1523:
1524: END IF; -- if AHL_CMP_UTIL_PKG.Is_Comp_Visit (p_visit_id) = 'N'
1525:
1526: -- salogan added for supplier warranty starts
1527: -- calling Get_Warranty_Rec_for_Create
1528: Get_Warranty_Rec_for_Create(

Line 4920: l_is_comp_visit := AHL_CMP_UTIL_PKG.Is_Comp_Visit (l_visit_id);

4916: END IF;
4917:
4918: -- Kasridha: Changes for Component Maintenance Planning Project Begins
4919: --Check whether an RTS workorder already exist for the repair batch
4920: l_is_comp_visit := AHL_CMP_UTIL_PKG.Is_Comp_Visit (l_visit_id);
4921: IF l_is_comp_visit = 'Y' THEN
4922:
4923: l_rpr_batch_name := NULL;
4924: l_rpr_batch_task_id := NULL;