API to update the customer locations
Introduction This Post illustrates the steps required to update the customer locations in Oracle EBS R12. Below script for update customer locations DECLARE p_location_rec hz_location_v2pub.location_rec_type; p_object_version_number NUMBER; x_return_status VARCHAR2 (2000);…
Read More