Oracle Error PLW-06006: uncalled procedure “string” is removed.

Oracle Error Message

PLW-06006: uncalled procedure “string” is removed.

Reason for the Error

Static program analysis determined that the procedure can never be called or executed. Therefore, it has been removed to save time during compilation and space during execution.

Solution

Inspect program logic for possible defects. Disable the warning if the procedure is useful but simply not being used right now and the warning message is more annoying than helpful.