DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_UMP_UTIL_PKG

Line 1389: l_name := AHL_UMP_UTIL_PKG.get_unitName (l_item_instance_id );

1385: FETCH get_vst_instance_csr INTO l_item_instance_id;
1386: CLOSE get_vst_instance_csr;
1387: END IF;
1388:
1389: l_name := AHL_UMP_UTIL_PKG.get_unitName (l_item_instance_id );
1390: x_unit_config_name:= l_name;
1391:
1392: IF (l_name is not null ) THEN
1393: OPEN ahl_uc_name_csr(l_name);

Line 2400: l_unit_config_header_name:= AHL_UMP_UTIL_PKG.get_UnitName(p_x_parts_rec.removed_instance_id);

2396: IF G_DEBUG = 'Y' THEN
2397: AHL_DEBUG_PUB.debug('IB Processing- Remove');
2398: END IF;
2399: --Test that the part removed is ib config indeed
2400: l_unit_config_header_name:= AHL_UMP_UTIL_PKG.get_UnitName(p_x_parts_rec.removed_instance_id);
2401:
2402:
2403: IF (l_unit_config_header_name is not null ) then
2404: FND_MESSAGE.Set_Name('AHL','AHL_PRD_PC_RMV_PRT_INVALID');

Line 2616: l_unit_config_header_name:= AHL_UMP_UTIL_PKG.get_UnitName(p_x_parts_rec.removed_instance_id);

2612:
2613: --Swapping a part
2614: ELSIF (p_x_parts_rec.operation_type = 'M' ) then
2615: --Test that the part removed is ib config indeed
2616: l_unit_config_header_name:= AHL_UMP_UTIL_PKG.get_UnitName(p_x_parts_rec.removed_instance_id);
2617:
2618: IF (l_unit_config_header_name is not null ) then
2619: FND_MESSAGE.Set_Name('AHL','AHL_PRD_PC_RMV_PRT_INVALID');
2620: FND_MSG_PUB.ADD;