Customer creation via "HZ_CUST_ACCOUNT_V2PUB.create_cust_account" in R12 throws an error "ORA-06502:
Hi,
I'm unable to create a customer via the TCA module in EBS R12 version.
Specifically the custom program stops at customer creation section.
I've tracked down the error to the API HZ_CUST_ACCOUNT_V2PUB.create_cust_account.
The error message that I'm receiving is ORA-06502: PL/SQL: numeric or value error: character string buffer too small.
However the same custom program works as expected in 11g.
Can anyone shed some insight on this issue?