The current Object Version Number did not assign to p_object_version_number value before calling public API.
HZ_CUSTOMER_PROFILE_V2PUB.UPDATE_CUSTOMER_PROFILE API
Please add the following in script before calling API
HZ_CUSTOMER_PROFILE_V2PUB.UPDATE_CUSTOMER_PROFILE API
Please add the following in script before calling API
SELECT object_version_number
INTO in_out_object_version_number
FROM hz_customer_profiles
WHERE cust_account_profile_id = &cust_account_profile_id;
INTO in_out_object_version_number
FROM hz_customer_profiles
WHERE cust_account_profile_id = &cust_account_profile_id;
thanks anil for sharing this info!
ReplyDeleteNice Info..
ReplyDeleteThis didnot work in r12 anil for hz_cust_site_uses
ReplyDeleteYes! This is very important to run the api.
ReplyDeleteThanks Anil.I fixed my issue.
ReplyDelete