DBA Data[Home] [Help]

APPS.AHL_PRD_PARTS_CHANGE_PVT dependencies on AHL_UMP_UTIL_PKG

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

1352: FETCH get_vst_instance_csr INTO l_item_instance_id;
1353: CLOSE get_vst_instance_csr;
1354: END IF;
1355:
1356: l_name := AHL_UMP_UTIL_PKG.get_unitName (l_item_instance_id );
1357: x_unit_config_name:= l_name;
1358:
1359: IF (l_name is not null ) THEN
1360: OPEN ahl_uc_name_csr(l_name);

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

2339: IF G_DEBUG = 'Y' THEN
2340: AHL_DEBUG_PUB.debug('IB Processing- Remove');
2341: END IF;
2342: --Test that the part removed is ib config indeed
2343: l_unit_config_header_name:= AHL_UMP_UTIL_PKG.get_UnitName(p_x_parts_rec.removed_instance_id);
2344:
2345:
2346: IF (l_unit_config_header_name is not null ) then
2347: FND_MESSAGE.Set_Name('AHL','AHL_PRD_PC_RMV_PRT_INVALID');

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

2555:
2556: --Swapping a part
2557: ELSIF (p_x_parts_rec.operation_type = 'M' ) then
2558: --Test that the part removed is ib config indeed
2559: l_unit_config_header_name:= AHL_UMP_UTIL_PKG.get_UnitName(p_x_parts_rec.removed_instance_id);
2560:
2561: IF (l_unit_config_header_name is not null ) then
2562: FND_MESSAGE.Set_Name('AHL','AHL_PRD_PC_RMV_PRT_INVALID');
2563: FND_MSG_PUB.ADD;