Skip to Main Content

Cloud Platform

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Global Entry validation FF returning error Exception in Trans to Main mapping

Goutam5555Sep 20 2022

Hi Team,

i have written Validation FF and it was compiled successfully.but while submitting leave getting below error.
Exception in Trans to Main mapping.
when i debug i found the issue is coming from below statement when i comment this it is working fine.
l_age=round(((months_between(IV_START_DATE,PER_PER_CONTACT_DATE_OF_BIRTH[i]))/12),2)
note: defaulted IV_START_DATE and PER_PER_CONTACT_DATE_OF_BIRTH in the beginning of the FF.
could you please help me on this .
Thanks,
Veni.

Comments
Post Details
Added on Sep 20 2022
1 comment
1,168 views