OKL_GENERATE_XML_PVT Invalids
(Doc ID 2743922.1)
Last updated on SEPTEMBER 30, 2024
Applies to:
Oracle Lease and Finance Management - Version 12.2.9 and laterInformation in this document applies to any platform.
Goal
Customer is upgrading from R12.1.3 to R12.2.9
The following object is invalid:
OKL_GENERATE_XML_PVT
Error starting at line : 9 in command -
alter package OKL_GENERATE_XML_PVT compile
Error report -
ORA-04043: object OKL_GENERATE_XML_PVT does not exist
04043. 00000 - "object %s does not exist"
*Cause: An object name was specified that was not recognized by the system.
There are several possible causes:
- An invalid name for a table, view, sequence, procedure, function,
package, or package body was entered. Since the system could not
recognize the invalid name, it responded with the message that the
named object does not exist.
- An attempt was made to rename an index or a cluster, or some
other object that cannot be renamed.
*Action: Check the spelling of the named object and rerun the code. (Valid
names of tables, views, functions, etc. can be listed by querying
the data dictionary.)
Warning: execution completed with warning
How to resolve it?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |