TCA API's - Updating the customer account sites
Hello,
I am using the customer account site API "hz_cust_account_site_v2pub.update_cust_acct_site" to update the customer category code in hz_cust_acct_sites_all a table.
The mandatory parameters being passed for the API or the
1) customer account id and
2) the cust_acct_site_id and
3) the object version number of the current record.
We are NOT UPDATING THE STATUS column....
The Oracle TCA R12 - Technical Implementation Guide doesnt mention any other valid parameters to be passed.
When the test package is executed , I get the error message
"No customer account site was found for ID 2431" ...2431 being the test cust_acct_site_id being passed
I am using the customer account site API "hz_cust_account_site_v2pub.update_cust_acct_site" to update the customer category code in hz_cust_acct_sites_all a table.
The mandatory parameters being passed for the API or the
1) customer account id and
2) the cust_acct_site_id and
3) the object version number of the current record.
We are NOT UPDATING THE STATUS column....
The Oracle TCA R12 - Technical Implementation Guide doesnt mention any other valid parameters to be passed.
When the test package is executed , I get the error message
"No customer account site was found for ID 2431" ...2431 being the test cust_acct_site_id being passed
2