LineManagerPersonListVO.xml query need to be modifed
Hi All,
We have a requirement to modify query for a Core HRMS function - "Time Entry For Terminated Employee".
The query is coming from LineManagerPersonListVO.xml present in directory - /oracle/apps/hxc/selfservice/timecard/server/LineManagerPersonListVO.xml
This function shows 25 rows in LOV . As per Oracle Support, this is because of MaxFetchSize="25" set in this VO.
I have to modify its count to 100 and also modify query in where clause.
Please suggest with the steps need to perform to implement this change.
Do I need to perform VO extension? If yes, then what is the exact steps of VO extension in R12.2.7. How the VO extension changes will effect , by which activity like application bounce or by customall.jar creation .