Issue: Supplier site not visible from application, but it databse site exists.
Cause: The value in the supplier_notif_method in po_vendor_sites_all table for these problem sites was the word “NULL” instead of being NULL.
Fix is to run below SQL:
UPDATE po_vendor_sites_all
SET supplier_notif_method = NULL
WHERE vendor_site_id =;
Cause: The value in the supplier_notif_method in po_vendor_sites_all table for these problem sites was the word “NULL” instead of being NULL.
Fix is to run below SQL:
UPDATE po_vendor_sites_all
SET supplier_notif_method = NULL
WHERE vendor_site_id =
1 comment:
This platform not only provides a glimpse into the routine aspects of managing Oracle Apps but also reinforces the importance of the comprehensive training received through Oracle Fusion SCM Training. Kudos to the creators for offering a valuable blend of day-to-day insights and structured training, creating a holistic learning experience for professionals navigating the intricacies of Oracle SCM.
Post a Comment