Error while import and load Java class
Hi ,
I have task on EBS R12 to make complex password validation into AOF standard retype password screen and user screen at the same time , this requires working on AppsPasswordValidationCUS.java to add the validation.
while i am open connection on db using getOADBTransaction().createCallableStatement , i got the next error :
errors : source oracle/apps/fnd/security/AppsPasswordValidationCUS
ORA-29535: source requires recompilation
oracle/apps/fnd/security/AppsPasswordValidationCUS:171: error: cannot find symbol
getOADBTransaction().createCallableStatement(stmt, 1);
^
symbol: method getOADBTransaction()
location: class AppsPasswordValidationCUS
1 error
The following operations failed
source oracle/apps/fnd/security/AppsPasswordValidationCUS: resolution
exiting : Failures occurred during processing