For more information, please refer to this announcement explaining best practices for getting answers to questions.
The Account Number is invalid.
Content
Hello friends,
We have an issue when we try to load .dat file for Personal Payment Method, the same file in test is working fine, but not in prod, and test and prod has the same configs, P2T was 2 weeks.
the prod error is "The Account Number is invalid." but I using the same account number on test and prod.
attached the error log for the load, if someone can help me, please let me know.
Regards.
oracle.apps.fnd.applcore.messages.ApplcoreRowValException: JBO-CE:::CE_INVALID_ACCOUNT_NUM: <MESSAGE><NUMBER>CE-660105</NUMBER><TEXT>The Account Number is invalid.</TEXT><CAUSE></CAUSE><ACTION></ACTION><DETAILS>The Account Number is invalid because one of the following validations failed: the value entered contains either too many digits or not enough digits, the value entered is either alphanumeric and should be numeric or it is numeric and should be alphanumeric, or the check digit validation failed.</DETAILS><INCIDENT></INCIDENT></MESSAGE> at oracle.apps.hcm.payrolls.payments.setup.protectedModel.entity.PersonalPaymentMethodsDEOImpl.validateBankAccount(PersonalPaymentMethodsDEOImpl.java:4424) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at oracle.jbo.rules.JboMethodValidator.invokeMethod(JboMethodValidator.java:339) at oracle.jbo.rules.JboMethodValidator.validateValueWithContext(JboMethodValidator.java:293) at oracle.jbo.rules.JboAbstractValidator.callValidateValueWithContext(JboAbstractValidator.java:296) at oracle.jbo.rules.JboAbstractValidator.validate(JboAbstractValidator.java:433) at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:4314) at oracle.jbo.server.EntityCache.validate(EntityCache.java:3907) at oracle.apps.hcm.common.core.HcmEntityCache.validate(HcmEntityCache.java:567) at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:2938) at oracle.apps.fnd.applcore.oaext.model.OAEntityImpl.validateEntity(OAEntityImpl.java:1578) at oracle.apps.hcm.common.core.HcmEntityImpl.validateEntity(HcmEntityImpl.java:5062) at oracle.apps.hcm.common.pay.PayEntityImpl.validateEntity(PayEntityImpl.java:235) at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:3125) at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:4777) at oracle.jbo.server.DBTransactionImpl.commitInternal(DBTransactionImpl.java:2230) at oracle.jbo.server.DBTransactionImpl.commit(DBTransactionImpl.java:2562) at oracle.apps.hcm.common.dataLoader.core.model.applicationModule.DataLoaderAMImpl.processObject(DataLoaderAMImpl.java:4242) at oracle.apps.hcm.common.dataLoader.core.model.applicationModule.DataLoaderAMImpl.processChunk(DataLoaderAMImpl.java:4059) at