Getting JBO-27022 error when trying to extend IrcCandidateSkillsVO in iRecruitment Account->Skills p
We tried to extend the IrcCandidateSkillsVO in order to default a particular skill. So we altered the query and appended a UNION to the existing query.
But after the VO extension, we are getting the following error on clicking the Qualification and Skill tab in Account page of iRecruitment(EBS)
oracle.apps.fnd.framework.OAException: oracle.jbo.AttributeLoadException: JBO-27022: Failed to load value at index 43 with java object of type java.lang.String due to java.sql.SQLException.
at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:912)
....
## Detail 0 ##
java.sql.SQLException: Invalid column index
at oracle.jdbc.driver.OracleResultSetImpl.getObject(OracleResultSetImpl.java:1042)