DBA Data[Home] [Help]

APPS.AHL_PRD_DISPOSITION_PVT dependencies on AHL_UTIL_UC_PKG

Line 4767: l_uc_header_id := AHL_UTIL_UC_PKG.get_uc_header_id(l_wo_instance_id);

4763: FND_LOG.STRING(FND_LOG.LEVEL_STATEMENT, L_DEBUG_KEY, 'For work order id ' || p_workorder_id || ', wo_instance_id = ' || l_wo_instance_id);
4764: END IF;
4765:
4766: -- Get the top most unit containing the wo instance
4767: l_uc_header_id := AHL_UTIL_UC_PKG.get_uc_header_id(l_wo_instance_id);
4768: IF (l_uc_header_id IS NULL) THEN
4769: -- The task instance may have been removed from the Unit already.
4770: -- So, try to get the UC from the visit instance
4771: IF (l_task_instance_id IS NOT NULL AND l_visit_instance_id IS NOT NULL) THEN

Line 4773: l_uc_header_id := AHL_UTIL_UC_PKG.get_uc_header_id(l_visit_instance_id);

4769: -- The task instance may have been removed from the Unit already.
4770: -- So, try to get the UC from the visit instance
4771: IF (l_task_instance_id IS NOT NULL AND l_visit_instance_id IS NOT NULL) THEN
4772: -- WO instance is the task instance. So try with the visit instance
4773: l_uc_header_id := AHL_UTIL_UC_PKG.get_uc_header_id(l_visit_instance_id);
4774: ELSE
4775: -- WO instance is already the visit instance
4776: NULL;
4777: END IF;

Line 5150: AHL_Util_UC_Pkg.GetCSI_Transaction_ID('UC_UPDATE', l_transaction_type_id, l_return_val);

5146: FETCH ahl_wip_location_csr INTO l_instance_rec.LOCATION_ID ;
5147: CLOSE ahl_wip_location_csr;
5148:
5149: -- get transaction_type_id .
5150: AHL_Util_UC_Pkg.GetCSI_Transaction_ID('UC_UPDATE', l_transaction_type_id, l_return_val);
5151: IF NOT(l_return_val) THEN
5152: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
5153: END IF;
5154: l_csi_transaction_rec.transaction_type_id := l_transaction_type_id;