Not Able to Update The customer profile At account lvl Just After A New customer creation
Just after customer creation through HZ_CUST_ACCOUNT_V2PUB.create_cust_account API
i want to update customer profile records like Credit checking,hold,send statement etc at acoount lvl by HZ_CUSTOMER_PROFILE_V2PUB.UPDATE_CUSTOMER_PROFILE
i am encountering an issue where API call is not updating the HZ_CUSTOMER_PROFILES
table as expected, even though the API call is successful.
profile_class_id = 0 could be the reason ?? because while updating at site lvl where
profile_class_id =2040 its working fine .i am facing issue only at account lvl .
what could be the reason ? if any one can please help.