Error ORA-06550 - 'RETAIL_CTX_PKG' Must Be Declared
(Doc ID 2522812.1)
Last updated on APRIL 19, 2023
Applies to:
Oracle Retail Sales Audit - Version 14.1 and laterOracle Retail Allocation - Version 14.1 and later
Oracle Retail Invoice Matching - Version 14.1 and later
Information in this document applies to any platform.
Symptoms
ReSA/ReIM/Allocatin shows bellow error message on any screen.
"An error occurred in the Database. Database error message is : ORA-06550: line 1, column 14: PLS-00302: component 'RETAIL_CTX_PKG' must be declared ORA-06550: line 1, column 7: PL/SQL: Statement ignored . Please contact System Administrator"
We already checked the package RETAIL_CTX_PKG and it's VALID.
And all schema users have valid synonyms pointing to this package.
Also running the command
exec <OWNER_SCHEMA>.retail_ctx_pkg.set_app_ctx('p','p');
results in the below error:
ERROR at line 1:
ORA-06550: line 1, column 14:
PLS-00302: component 'RETAIL_CTX_PKG' must be declared
ORA-06550: line 1, column 7:
PL/SQL: Statement ignored
Changes
Cause
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
Symptoms |
Changes |
Cause |
Solution |