Add defaults for items P3_USER and P17_OWNER
#1
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TL;DR:
Fix error:
Details:
Error is generated when loading page 17 from item
P17_OWNERand page 3 from itemP3_USER.Specifically, page 17 uses item
P17_OWNERto populateP17_DIR_PATHwith LOVSUITE PATH LISTwhich uses the SQL query:With
:P17_OWNERundefined, theDBMS_ASSERTfunction used in utPLSQL will cause anORA-44001: invalid schemato be raised. In the case of page 17, the page cannot even be rendered and results in an error (visible in the debug log).Resolution:
Add default values for items
P17_OWNERandP3_USER. For simplicity, setting to Application-item:APP_SCHEMA.