How does one Extend the Offer Letter Details VO?
(Doc ID 1460916.1)
Last updated on APRIL 13, 2021
Applies to:
Oracle iRecruitment - Version 11.5.10.2 and laterInformation in this document applies to any platform.
***Checked for relevance on 15-Jun-2015***
Goal
How to extend the offer letter details VO?
Get the following error messages when trying to compile the seeded OfferLetterDetailsVOImpl file after creating VO extensions:
OfferLetterDetailsVOImpl.java:82: cannot find symbol
symbol : variable localObject1
location: class oracle.apps.irc.offers.server.OfferLetterDetailsVOImpl
localObject1 = (OADBTransactionImpl)((IrcOAApplicationModuleImpl)getRootA
pplicationModule()).getOADBTransaction();
OfferLetterDetailsVOImpl.java:86: cannot find symbol
symbol : variable localObject1
location: class oracle.apps.irc.offers.server.OfferLetterDetailsVOImpl
Connection localConnection = ((OADBTransactionImpl)localObject1).getJdbcC
onnection();
OfferLetterDetailsVOImpl.java:101: cannot find symbol
symbol : variable localSQLException
location: class oracle.apps.irc.offers.server.OfferLetterDetailsVOImpl
IrcLog.exception(getDBTransaction(), "oracle.apps.irc.offers.server.Off
erLetterDetailsVOImpl", str1, localSQLException.getMessage());
OfferLetterDetailsVOImpl.java:102: cannot find symbol
symbol : variable localSQLException
location: class oracle.apps.irc.offers.server.OfferLetterDetailsVOImpl
writeDiagnostics(this, localSQLException.getMessage(), 4);
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |