R12.2 Information on pointers-Adop
Hi Support,
All code objects in the Patch Edition begin as pointers to code objects in the Run Edition, Objects are “Actualized” into the Patch Edition when a new revision of the code is applied.Rest of the objects will be inherited objects i.e., these are the editioned objects that remain untouched in the patch edition present in previous editions.
I need clarity on below questions
1)If there are some objects that are not changed by any patches applied to the environment,Then will the pointers have reference to the base default edition?
2)What if we drop some edition to which a pointer points,can we still access the object?