Upgrade R12.2 - Apps schema reference in DB objects
What should we fix and what should we not and how ?
Before posting this I found few notes a few are listed below for your reference, but none were satisfactory or dint help clarify my confusion.
Lets say if I have custom_pkg which has following lines :
- , P_VAR1 XX_SCHEMA.XX_TABLE.COLUMN%TYPE
- update XX_SCHEMA.XX_TEMP
- from AP.AP_SYSTEM_PARAMETERS_ALL
where XX is custom.
Line 1 was not caught in the readiness report ? so should I leave it as is and not fix it ?
Line 2 I created synonym in APPS for XX_TEMP table. so rewriting it in this fashion would be correct ?