hz_party_contact_v2pub.create_org_contact The following SQL error occurred: ORA-06502: PL/SQL: nume
I am calling below APIs in a procedure to create customer and all its related details (address, contact points, contact person etc).
1. HZ_CUST_ACCOUNT_V2PUB.create_cust_account
2. HZ_LOCATION_V2PUB.create_location
3. HZ_PARTY_SITE_V2PUB.create_party_site
4. HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_acct_site
5. HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_site_use (BILL_TO)
6. HZ_CUST_ACCOUNT_SITE_V2PUB.create_cust_site_use (SHIP_TO)
7. HZ_CONTACT_POINT_V2PUB.create_contact_point (Phone)
8. HZ_CONTACT_POINT_V2PUB.create_contact_point (Email)
9. HZ_CONTACT_POINT_V2PUB.create_contact_point (Fax)