---
title: "Correction Categories and Types for Oracle"
slug: "what-are-the-available-correction-categories-and-types"
updated: 2021-12-27T22:03:42Z
published: 2021-12-27T22:03:42Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://success.panaya.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Correction Categories and Types for Oracle

Under the corrections tab, activities are classified by category.

| **Code Correction** | Code Corrections are custom code fixes required for the system to run correctly in the new version |
| --- | --- |
| **Online Patches** |  |
| **Setup Corrections** | Setup Corrections are corrections in the code of the application setup, such as Value Sets and Alerts |
| **Functional Corrections** | Functional Corrections are corrections resulting from changed vanilla standard components |

## **Code Corrections**

### **Database Objects**

**Fix Code due to Changed Object** Customization that uses a Table/View/Column that are changed in R12 **Fix Code due to Deleted Object** Customization that uses a Table/View/Column that was deleted in R12 **Fix Code due to Obsolete Object** Customization that uses a Table/View/Column that became obsolete and is no longer supported in R12

### **Forms**

**Fix Code due to Changed Form** Custom.pll done on Forms that are changed in R12 **Fix Code due to Deleted Form** Custom.pll done on Forms that are deleted in R12

### **Personalizations**

**Fix Personalization due to Deleted Form** Oracle Form Personalization on a Standard Form that was deleted in R12

**Fix Personalization due to Obsolete Form** Oracle Form Personalization on a Standard Form that became obsolete and is no longer supported in R12

**Fix Personalization due to Deleted Form Block** Oracle Form Personalization on a Standard Form Block that was deleted in R12

**Fix Personalization due to Deleted Form Block or Field** Oracle Form Personalization on a Standard Form Block or Field that was deleted in R12

**Fix Personalization due to Deleted Form Field** Oracle Form Personalization on a Standard Form Field that was deleted in R12

**Fix Personalization due to Changed Object** Personalization that uses a Table/View/Column that are changed in R12

**Fix Personalization due to Deleted Object** Personalization that uses a Table/View/Column that was deleted in R12

**Fix Personalization due to Obsolete Object** Personalization that uses a Table/View/Column that became obsolete and is no longer supported in R12

### **Standard API**

**Fix Code due to Changed Standard API** Customization that uses an Oracle Standard API that changed in R12 (i.e. Parameter Changes)

**Fix Code due to Deleted Standard API** Customization that uses an Oracle Standard API that was deleted in R12

**Fix Code due to Unmatched Standard API** Customization that uses an Oracle Standard API that was not found in R12

**Concurrents**

**Fix Code due to Standard Concurrent Change**

Standard Concurrent that changed in R12 and was called from PL/SQL code (FND_REQUEST.SUBMIT_REQUEST)

## **Online Patches**

**Fix code due to direct call to owner** Customization that violates online patches rules and was not found in the Oracle online patches readiness reports. A suggestion to correct this issue can be to fix the violations by changing the object to reference tables via the APPS synonym or Editioning View. The object that should be corrected should not contain the Schema/Owner name.

**Tip!** The simplest way to comply with this is to create the object "on" the APPS table synonym.

**Fix code due to readiness report ADZDDBCC findings** Customization that violates online patches rules as was found in the Oracle online patches readiness report ADZDDBCC

**Fix code due to readiness report ADZDPAUT findings** Customization that violates online patches rules as was found in the Oracle online patches readiness report ADZDPAUT

**Fix code due to readiness report ADZDPMAN findings** Customization that violates online patches rules as was found in the Oracle online patches readiness report ADZDPMAN

**Fix code due to readiness report ADZDPSUM findings** Customization that violates online patches rules as was found in the Oracle online patches readiness report ADZDPSUM

**Fix code due to reference of a readiness report finding** Customization that calls to customization that violates online patches rules and needs to be adjusted

These corrections were generated because they exist in the Online patching readiness report. This section includes errors that occurred during Online Patching Enablement or the most recent Online Patching session.

---

## **Setup Corrections**

### **Alerts**

**Fix Alert due to Changed Object** Alert that uses a Table/View/Column that was changed in R12

**Fix Alert due to Deleted Object** Alert that uses a Table/View/Column that was deleted in R12

**Fix Alert due to Obsolete Object** Alert that uses a Table/View/Column that became obsolete and is no longer supported in R12

### **Value Sets**

**Fix Value Set due to Changed Object** Value Set that uses a Table/View/Column that was changed in R12

**Fix Value Set due to Deleted Object** Value Set that uses a Table/View/Column that was deleted in R12

**Fix Value Set due to Obsolete Object** Value Set that uses a Table/View/Column that became obsolete and is no longer supported in R12

### **Profile Options**

**Fix Profile due to Changed Object** Profile that uses a Table/View/Column that was changed in R12 **Fix Profile due to Deleted Object** Profile that uses a Table/View/Column that was deleted in R12 **Fix Profile due to Obsolete Object** Profile that uses a Table/View/Column that became obsolete and is no longer supported in R12 **Fix Profile due to Changed Standard API** Profile that uses an Oracle Standard API that changed in R12 (i.e. : Parameter Changes) **Fix Profile due to Deleted Standard API** Profile that uses an Oracle Standard API that was deleted in R12 **Fix Profile due to Unmatched Standard API** Profile that uses an Oracle Standard API that was not found in R12

### **Fast Formulas**

**Fix Formula due to Changed Object** Fast Formula that uses a Table/View/Column that was changed in R12 -9- Fix **Formula due to Deleted Object** Fast Formula that uses a Table/View/Column that was deleted in R12 **Fix Formula due to Obsolete Object** Fast Formula that uses a Table/View/Column that became obsolete and is no longer supported in R12 **Fix Formula due to Changed Subprogram** Fast Formula that uses an Oracle Standard API that changed in R12 (i.e. Parameter Changes) **Fix Formula due to Deleted Subprogram** Fast Formula that uses an Oracle Standard API that was deleted in R12 **Fix Profile due to Unmatched Subprogram** Fast Formula that uses an Oracle Standard API that was not found in R12

## **Functional Corrections**

### **Concurrents**

**Concurrent has changed** Oracle Standard Concurrent was changed in R12

**Replaced Deleted Concurrent** Oracle Standard Concurrent that was deleted in R12

**Replace Obsolete Concurrent** Oracle Standard Concurrent that became obsolete in R12

### **Forms**

**Replace Deleted Form** Oracle Standard Form that was deleted in R12 **Replace Deleted Block** Oracle Standard Form Block that was deleted in R12
