7017: -- document if needed
7018: IF (l_new_auth_status = 'REQUIRES REAPPROVAL') THEN
7019: PO_DRAFTS_PVT.lock_document
7020: ( p_po_header_id => g_po_header_id,
7021: p_role => PO_GLOBAL.g_ROLE_BUYER,
7022: p_role_user_id => FND_GLOBAL.user_id,
7023: p_unlock_current => FND_API.G_FALSE
7024: );
7025: END IF;