"Employee Update Program" activating inactive OU sites on Supplier site
Hi team,
"Employee Update Program" activating inactive OU sites on Supplier site when ever there is a rehire on employee. please help to correct below :
I see a piece of code in AP_EMPLOYEE_UPDATE_PKG.Update_Employee stating that
it is activiating all the sites irrespective of state of OU for that vendor.
IF nvl(inactive_rec1.ven_idate, inactive_date) <> nvl(inactive_rec1.per_idate, inactive_date) THEN
UPDATE ap_supplier_sites_all -- bug 3162861
SET inactive_date = inactive_rec1.per_idate
,last_update_date = sysdate -- Bug 3191168
,last_updated_by = fnd_global.user_id -- Bug 3191168