Problem with Personalization for adding new attributes from an extended VO
I have created a new View Object called rnAbsenceSummaryVO in JDeveloper and extended Oracle's AbsenceSummaryVO. From what I can tell, I did that process okay. I've deployed the subsitition into the MDS. When I view the About Page for /oracle/apps/per/selfservice/mgr/views/webui/ManagerViewPG, I see in the list of View Objects that my View Object, rnAbsenceSummaryVO, is listed and not the original AbsenceSummaryVO.
The problem is that when I personalize the page to add the new attributes (columns), the attribute headings are appearing but no data. When I run the sql standalone, I get data. So, I suspect that I have added the new attributes via personalization incorrectly.