BPA wrongly created with global_agreement_flag = 'Y'
We have some blanket purchase agreements wrongly created with global_agreement_flag = 'Y', there has been no releases / purchase orders from these blankets. Can I safely assume that re-setting this flag at po_headers level via the would work fine or are there other considerations to take into account:
update po_headers_all
set global_agreement_flag = null
where po_header_id = :po_header_id
Regards,