API to update customer Profile in Oracle Applications
Introduction This Post illustrates the steps required to update customer Profile in Oracle EBS R12. Script to update customer Profile in Oracle Applications DECLARE p_customer_profile_rec_type hz_customer_profile_v2pub.customer_profile_rec_type; p_cust_account_profile_id NUMBER; p_object_version_number NUMBER;…
Read More